[view] fix: darcula/light stylesheets not displaying the help icons

This commit is contained in:
Vinicius Moreira
2021-12-17 12:07:34 -03:00
parent d3240e7e07
commit e32f665762
2 changed files with 4 additions and 4 deletions

View File

@@ -409,7 +409,7 @@ PackagesTable QToolButton#bt_uninstall:disabled {
} }
QLabel[help_icon = "true"] { QLabel[help_icon = "true"] {
qproperty-pixmap: url("@style_dir/img/help.svg"); qproperty-pixmap: url("@style_dir/img/question.svg");
} }
QLabel[warning_icon = "true"] { QLabel[warning_icon = "true"] {
@@ -417,7 +417,7 @@ QLabel[warning_icon = "true"] {
} }
QLabel[tip_icon = "true"] { QLabel[tip_icon = "true"] {
qproperty-pixmap: url("@style_dir/img/help.svg"); qproperty-pixmap: url("@style_dir/img/question.svg");
} }
QLabel#confirm_dialog_icon { QLabel#confirm_dialog_icon {

View File

@@ -68,7 +68,7 @@ QLabel[error = "true"] {
} }
QLabel[help_icon = "true"] { QLabel[help_icon = "true"] {
qproperty-pixmap: url("@style_dir/img/help.svg"); qproperty-pixmap: url("@style_dir/img/question.svg");
} }
QLabel[warning_icon = "true"] { QLabel[warning_icon = "true"] {
@@ -76,7 +76,7 @@ QLabel[warning_icon = "true"] {
} }
QLabel[tip_icon = "true"] { QLabel[tip_icon = "true"] {
qproperty-pixmap: url("@style_dir/img/help.svg"); qproperty-pixmap: url("@style_dir/img/question.svg");
} }
QLabel#confirm_dialog_icon { QLabel#confirm_dialog_icon {