mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Some control fixes and removed useless lines
This commit is contained in:
parent
523b3c11cf
commit
06256cd778
8 changed files with 10 additions and 15 deletions
|
@ -3268,7 +3268,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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue