mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
-Completely removed EmptyControl (but added fallback), closes #1017
This commit is contained in:
parent
0e1d70f637
commit
dc7ac86b79
13 changed files with 35 additions and 35 deletions
|
|
@ -203,9 +203,9 @@ EditorLog::EditorLog() {
|
|||
tb->connect("pressed",this,"_close_request");
|
||||
|
||||
|
||||
ec = memnew( EmptyControl);
|
||||
ec = memnew( Control);
|
||||
vb->add_child(ec);
|
||||
ec->set_minsize(Size2(0,100));
|
||||
ec->set_custom_minimum_size(Size2(0,100));
|
||||
ec->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue