Remove unecessary anchors&margins set causing bad display (sons of containers)
This commit is contained in:
parent
ccb4a6acee
commit
6f185cc9f7
7 changed files with 1 additions and 9 deletions
|
|
@ -161,7 +161,6 @@ EditorLog::EditorLog() {
|
|||
log->set_selection_enabled(true);
|
||||
log->set_focus_mode(FOCUS_CLICK);
|
||||
log->set_custom_minimum_size(Size2(0, 180) * EDSCALE);
|
||||
log->set_anchors_and_margins_preset(Control::PRESET_WIDE);
|
||||
log->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
log->set_h_size_flags(SIZE_EXPAND_FILL);
|
||||
vb->add_child(log);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue