aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-06-24 18:57:14 -0300
committerJuan Linietsky2015-06-24 18:57:14 -0300
commit29b2e811f6d775c07af68e466401aaf47314b679 (patch)
tree34322df3d19f0fa7fa2a097259b26903100d054c /tools/editor/editor_node.cpp
parentb4190ed2b9d74bbe23bb3802abb1524ee2d5eff7 (diff)
downloadgodot-29b2e811f6d775c07af68e466401aaf47314b679.tar.gz
godot-29b2e811f6d775c07af68e466401aaf47314b679.tar.zst
godot-29b2e811f6d775c07af68e466401aaf47314b679.zip
added a tiny bit more space to docks and script tab
Diffstat (limited to 'tools/editor/editor_node.cpp')
-rw-r--r--tools/editor/editor_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index a513451b4..9f3c57b0d 100644
--- a/tools/editor/editor_node.cpp
+++ b/tools/editor/editor_node.cpp
@@ -4274,7 +4274,7 @@ EditorNode::EditorNode() {
//dock_select_popoup->set_(Size2(20,20));
for(int i=0;i<DOCK_SLOT_MAX;i++) {
- dock_slot[i]->set_custom_minimum_size(Size2(250,250));
+ dock_slot[i]->set_custom_minimum_size(Size2(230,220));
dock_slot[i]->set_v_size_flags(Control::SIZE_EXPAND_FILL);
dock_slot[i]->set_popup(dock_select_popoup);
dock_slot[i]->connect("pre_popup_pressed",this,"_dock_pre_popup",varray(i));