Merge pull request #10455 from groud/control_margin_fixes

Some control fixes and removed other useless lines
This commit is contained in:
Rémi Verschelde 2017-08-20 15:24:00 +02:00 committed by GitHub
commit 5627047c32
8 changed files with 10 additions and 15 deletions

View file

@ -3279,7 +3279,6 @@ VisualScriptEditor::VisualScriptEditor() {
select_func_text->set_valign(Label::VALIGN_CENTER);
select_func_text->set_h_size_flags(SIZE_EXPAND_FILL);
add_child(select_func_text);
graph->set_area_as_parent_rect();
hint_text = memnew(Label);
hint_text->set_anchor_and_margin(MARGIN_TOP, ANCHOR_END, -100);