1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

Reduce the size of Controls editor toolbar

This commit is contained in:
kobewi
2022-03-20 17:04:23 +01:00
parent 21466daf4b
commit 3bd7f82162
2 changed files with 16 additions and 39 deletions

View File

@@ -198,10 +198,8 @@ class ControlEditorToolbar : public HBoxContainer {
CONTAINERS_V_PRESET_SHRINK_END,
};
TextureRect *anchor_layouts_icon;
MenuButton *anchor_presets_menu;
PopupMenu *anchors_popup;
TextureRect *container_layouts_icon;
MenuButton *container_h_presets_menu;
MenuButton *container_v_presets_menu;