mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 21:46:34 +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;
|
||||
bottom: parent.bottom;
|
||||
leftMargin: 6; // Magic number to align with warning icon
|
||||
bottomMargin: 6;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -339,6 +340,7 @@ ModalWindow {
|
|||
|
||||
Component.onCompleted: {
|
||||
updateIcon();
|
||||
updateCheckbox();
|
||||
d.resize();
|
||||
textField.forceActiveFocus();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue