From e32f66576208d644551f5c80b98a64f26b15cdde Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Fri, 17 Dec 2021 12:07:34 -0300 Subject: [PATCH] [view] fix: darcula/light stylesheets not displaying the help icons --- bauh/view/resources/style/darcula/darcula.qss | 4 ++-- bauh/view/resources/style/light/light.qss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bauh/view/resources/style/darcula/darcula.qss b/bauh/view/resources/style/darcula/darcula.qss index 6dc138ce..cb948165 100644 --- a/bauh/view/resources/style/darcula/darcula.qss +++ b/bauh/view/resources/style/darcula/darcula.qss @@ -409,7 +409,7 @@ PackagesTable QToolButton#bt_uninstall:disabled { } QLabel[help_icon = "true"] { - qproperty-pixmap: url("@style_dir/img/help.svg"); + qproperty-pixmap: url("@style_dir/img/question.svg"); } QLabel[warning_icon = "true"] { @@ -417,7 +417,7 @@ QLabel[warning_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 { diff --git a/bauh/view/resources/style/light/light.qss b/bauh/view/resources/style/light/light.qss index 2f6cde3d..18e3f224 100644 --- a/bauh/view/resources/style/light/light.qss +++ b/bauh/view/resources/style/light/light.qss @@ -68,7 +68,7 @@ QLabel[error = "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"] { @@ -76,7 +76,7 @@ QLabel[warning_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 {