Fix checkbox not being disabled per dropdown default

And tweak checkbox position.
This commit is contained in:
David Rowe 2016-10-13 08:37:30 +13:00
parent 86f6cee2ad
commit 18f19b07d4

View file

@ -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();
}