mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:48:56 +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;
|
height: comboBoxField.controlHeight;
|
||||||
onHeightChanged: d.resize();
|
onHeightChanged: d.resize();
|
||||||
onWidthChanged: d.resize();
|
onWidthChanged: d.resize();
|
||||||
|
z: 20
|
||||||
|
|
||||||
ControlsUIT.CheckBox {
|
ControlsUIT.CheckBox {
|
||||||
id: checkBoxField;
|
id: checkBoxField;
|
||||||
|
@ -244,6 +245,7 @@ TabletModalWindow {
|
||||||
d.resize();
|
d.resize();
|
||||||
resizeWarningText();
|
resizeWarningText();
|
||||||
}
|
}
|
||||||
|
z: 10
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
bottom: parent.bottom;
|
bottom: parent.bottom;
|
||||||
|
|
Loading…
Reference in a new issue