AWizardFace QPushButton min-width

This commit is contained in:
Andrew A. Vasilyev 2020-03-16 16:45:27 +03:00
parent 808241482e
commit c14da87b4f

View File

@ -38,6 +38,11 @@ border-style: outset;
border-radius: 5px;
}
AWizardFace QPushButton {
min-width: 12ex;
min-height: 2.5ex;
}
/* Nice WindowsXP-style password character for password line edits. */
QLineEdit {
lineedit-password-character: 9679;