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 /modules/visual_script/visual_script_editor.cpp | |
| parent | ccb4a6acee24ca0e0f14599364e171b7b88f8ac4 (diff) | |
| download | godot-6f185cc9f7d8f9880dec01be86cf129dd0a38b84.tar.gz godot-6f185cc9f7d8f9880dec01be86cf129dd0a38b84.tar.zst godot-6f185cc9f7d8f9880dec01be86cf129dd0a38b84.zip | |
Diffstat (limited to 'modules/visual_script/visual_script_editor.cpp')
| -rw-r--r-- | modules/visual_script/visual_script_editor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/visual_script/visual_script_editor.cpp b/modules/visual_script/visual_script_editor.cpp index eea294e63..985f8a8d0 100644 --- a/modules/visual_script/visual_script_editor.cpp +++ b/modules/visual_script/visual_script_editor.cpp @@ -3268,7 +3268,6 @@ VisualScriptEditor::VisualScriptEditor() { graph = memnew(GraphEdit); add_child(graph); graph->set_anchors_and_margins_preset(Control::PRESET_WIDE); - graph->set_h_size_flags(SIZE_EXPAND_FILL); graph->connect("node_selected", this, "_node_selected"); graph->connect("_begin_node_move", this, "_begin_node_move"); graph->connect("_end_node_move", this, "_end_node_move"); |
