diff options
| author | Gilles Roudiere | 2017-09-26 18:56:52 +0200 |
|---|---|---|
| committer | Gilles Roudiere | 2017-09-27 00:38:28 +0200 |
| commit | 6f185cc9f7d8f9880dec01be86cf129dd0a38b84 (patch) | |
| tree | 0ab2f9efc451b8d2bbae3430b61c3c42c011a099 /editor/editor_node.cpp | |
| parent | ccb4a6acee24ca0e0f14599364e171b7b88f8ac4 (diff) | |
| download | godot-6f185cc9f7d8f9880dec01be86cf129dd0a38b84.tar.gz godot-6f185cc9f7d8f9880dec01be86cf129dd0a38b84.tar.zst godot-6f185cc9f7d8f9880dec01be86cf129dd0a38b84.zip | |
Diffstat (limited to 'editor/editor_node.cpp')
| -rw-r--r-- | editor/editor_node.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 3069ba97f..21520875c 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -5083,9 +5083,6 @@ EditorNode::EditorNode() { play_cc = memnew(CenterContainer); play_cc->set_mouse_filter(Control::MOUSE_FILTER_IGNORE); menu_hb->add_child(play_cc); - play_cc->set_anchors_and_margins_preset(Control::PRESET_WIDE); - play_cc->set_anchor_and_margin(MARGIN_BOTTOM, Control::ANCHOR_BEGIN, 10); - play_cc->set_margin(MARGIN_TOP, 5); play_button_panel = memnew(PanelContainer); // play_button_panel->add_style_override("panel", gui_base->get_stylebox("PlayButtonPanel", "EditorStyles")); |
