[view] improvement: not depending on system's confirmation dialog icon

This commit is contained in:
Vinicius Moreira
2021-12-16 09:37:39 -03:00
parent 5de814e12a
commit 00829ba0a7
9 changed files with 29 additions and 8 deletions

View File

@@ -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 {