mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:25:52 +02:00
Fix checkbox not being disabled per dropdown default
And tweak checkbox position.
This commit is contained in:
parent
86f6cee2ad
commit
18f19b07d4
1 changed files with 2 additions and 0 deletions
|
@ -211,6 +211,7 @@ ModalWindow {
|
||||||
left: parent.left;
|
left: parent.left;
|
||||||
bottom: parent.bottom;
|
bottom: parent.bottom;
|
||||||
leftMargin: 6; // Magic number to align with warning icon
|
leftMargin: 6; // Magic number to align with warning icon
|
||||||
|
bottomMargin: 6;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -339,6 +340,7 @@ ModalWindow {
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
updateIcon();
|
updateIcon();
|
||||||
|
updateCheckbox();
|
||||||
d.resize();
|
d.resize();
|
||||||
textField.forceActiveFocus();
|
textField.forceActiveFocus();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue