mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[view] fix: darcula/light stylesheets not displaying the help icons
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user