[view] improvement: confirmation dialog icon size

This commit is contained in:
Vinicius Moreira
2021-12-16 10:15:18 -03:00
parent 00829ba0a7
commit 4c6d7ebb47

View File

@@ -76,10 +76,10 @@ QLabel[tip_icon = "true"] {
QLabel#confirm_dialog_icon {
qproperty-scaledContents: True;
min-width: 48px;
max-width: 48px;
min-height: 48px;
max-height: 48px;
min-width: 32px;
max-width: 32px;
min-height: 32px;
max-height: 32px;
}