[view] improvement: not depending on system's confirmation dialog icon

This commit is contained in:
Vinicius Moreira
2021-12-16 09:37:39 -03:00
parent 5de814e12a
commit 00829ba0a7
9 changed files with 29 additions and 8 deletions

View File

@@ -74,6 +74,15 @@ QLabel[tip_icon = "true"] {
max-width: 12;
}
QLabel#confirm_dialog_icon {
qproperty-scaledContents: True;
min-width: 48px;
max-width: 48px;
min-height: 48px;
max-height: 48px;
}
QCustomToolbar QWidget[spacer = "true"] {
min-width: 5px;
}