mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
Fix drop-down hiding behind buttons
This commit is contained in:
parent
3c1506237a
commit
74db9dc573
1 changed files with 2 additions and 0 deletions
|
@ -203,6 +203,7 @@ TabletModalWindow {
|
|||
height: comboBoxField.controlHeight;
|
||||
onHeightChanged: d.resize();
|
||||
onWidthChanged: d.resize();
|
||||
z: 20
|
||||
|
||||
ControlsUIT.CheckBox {
|
||||
id: checkBoxField;
|
||||
|
@ -244,6 +245,7 @@ TabletModalWindow {
|
|||
d.resize();
|
||||
resizeWarningText();
|
||||
}
|
||||
z: 10
|
||||
|
||||
anchors {
|
||||
bottom: parent.bottom;
|
||||
|
|
Loading…
Reference in a new issue