You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Fix incorrect error message placement in TIleMap Dock
This commit is contained in:
@@ -4420,7 +4420,7 @@ void TileMapLayerEditor::update_layout(DockLayout p_layout) {
|
|||||||
tile_map_toolbar->set_h_size_flags(is_vertical ? SIZE_SHRINK_BEGIN : SIZE_EXPAND_FILL);
|
tile_map_toolbar->set_h_size_flags(is_vertical ? SIZE_SHRINK_BEGIN : SIZE_EXPAND_FILL);
|
||||||
tile_map_toolbar->set_v_size_flags(is_vertical ? SIZE_EXPAND_FILL : SIZE_SHRINK_BEGIN);
|
tile_map_toolbar->set_v_size_flags(is_vertical ? SIZE_EXPAND_FILL : SIZE_SHRINK_BEGIN);
|
||||||
|
|
||||||
main_box_container->move_child(padding_control, is_vertical ? 0 : 3);
|
main_box_container->move_child(padding_control, is_vertical ? 0 : 2);
|
||||||
|
|
||||||
if (is_vertical) {
|
if (is_vertical) {
|
||||||
tile_map_wide_toolbar->add_child(tabs_bar);
|
tile_map_wide_toolbar->add_child(tabs_bar);
|
||||||
|
|||||||
Reference in New Issue
Block a user