mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 00:44:16 +02:00
[view] improvement: not depending on system's confirmation dialog icon
This commit is contained in:
@@ -116,7 +116,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"] {
|
||||
@@ -124,7 +124,11 @@ 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 {
|
||||
qproperty-pixmap: url("@style_dir/img/question.svg");
|
||||
}
|
||||
|
||||
QPlainTextEdit {
|
||||
|
||||
Reference in New Issue
Block a user