Improve SplitContainer usability in the Android editor
This commit is contained in:
parent
bccf36b27b
commit
b5dad5a0b2
9 changed files with 35 additions and 15 deletions
|
|
@ -1437,6 +1437,9 @@ ProjectExportDialog::ProjectExportDialog() {
|
|||
HSplitContainer *hbox = memnew(HSplitContainer);
|
||||
main_vb->add_child(hbox);
|
||||
hbox->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
if (EDITOR_GET("interface/touchscreen/enable_touch_optimizations")) {
|
||||
hbox->set_touch_dragger_enabled(true);
|
||||
}
|
||||
|
||||
// Presets list.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue