Adjust bottom panel's minimal height for the expand icon

This commit is contained in:
Michael Alexsander Silva Dias 2018-07-30 19:08:48 -03:00
parent 5a5614e8ad
commit 22ffaded01

View file

@ -5434,6 +5434,7 @@ EditorNode::EditorNode() {
bottom_panel->add_child(bottom_panel_vb);
bottom_panel_hb = memnew(HBoxContainer);
bottom_panel_hb->set_custom_minimum_size(Size2(0, 24)); // Adjust for the height of the "Expand Bottom Dock" icon.
bottom_panel_vb->add_child(bottom_panel_hb);
bottom_panel_hb_editors = memnew(HBoxContainer);