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 {