Fix drop-down hiding behind buttons

This commit is contained in:
David Rowe 2017-03-16 18:18:00 +13:00
parent 3c1506237a
commit 74db9dc573

View file

@ -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;