1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Added small icon to expand the bottom panel (and shortcut too)

This commit is contained in:
Juan Linietsky
2018-07-15 22:38:14 -03:00
parent a3f1ee5c57
commit af7d8fb844
4 changed files with 181 additions and 2 deletions

View File

@@ -377,7 +377,11 @@ private:
PanelContainer *bottom_panel;
HBoxContainer *bottom_panel_hb;
HBoxContainer *bottom_panel_hb_editors;
VBoxContainer *bottom_panel_vb;
ToolButton *bottom_panel_raise;
void _bottom_panel_raise_toggled(bool);
EditorInterface *editor_interface;