diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-01-26 19:07:32 -0200 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-01-27 12:44:39 -0200 |
commit | 182f26fe5e89ce059b8c2548e1f710960897adfb (patch) | |
tree | fbc02c46e71c4f8ff90226a6dc35c544c92f2f46 /editor | |
parent | 92a3f11de6da26173cc44499b94290a5b70592b0 (diff) |
Make some small enhancements to the ColorPicker
Diffstat (limited to 'editor')
-rw-r--r-- | editor/editor_node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 0ff0bca7ee..030e6987ef 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -5635,7 +5635,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_hb->set_custom_minimum_size(Size2(0, 24 * EDSCALE)); // Adjust for the height of the "Expand Bottom Dock" icon. bottom_panel_vb->add_child(bottom_panel_hb); bottom_panel_hb_editors = memnew(HBoxContainer); |