UI/themes: Disable QDialog button icons on all non-system themes
This commit is contained in:
parent
e8f025cde2
commit
cdd3399286
@ -1329,3 +1329,8 @@ QCalendarWidget QAbstractItemView:enabled {
|
||||
QCalendarWidget QAbstractItemView:disabled {
|
||||
color: rgb(122,121,122);
|
||||
}
|
||||
|
||||
/* Disable icons on QDialogButtonBox */
|
||||
QDialogButtonBox {
|
||||
dialogbuttonbox-buttons-have-icons: 0;
|
||||
}
|
||||
|
@ -1041,4 +1041,9 @@ QCalendarWidget QAbstractItemView:enabled {
|
||||
|
||||
QCalendarWidget QAbstractItemView:disabled {
|
||||
color: rgb(122,121,122);
|
||||
}
|
||||
}
|
||||
|
||||
/* Disable icons on QDialogButtonBox */
|
||||
QDialogButtonBox {
|
||||
dialogbuttonbox-buttons-have-icons: 0;
|
||||
}
|
||||
|
@ -1658,3 +1658,8 @@ QCalendarWidget QAbstractItemView:enabled {
|
||||
QCalendarWidget QAbstractItemView:disabled {
|
||||
color: rgb(122,121,122);
|
||||
}
|
||||
|
||||
/* Disable icons on QDialogButtonBox */
|
||||
QDialogButtonBox {
|
||||
dialogbuttonbox-buttons-have-icons: 0;
|
||||
}
|
||||
|
@ -1474,3 +1474,8 @@ QCalendarWidget QAbstractItemView:disabled {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Disable icons on QDialogButtonBox */
|
||||
QDialogButtonBox {
|
||||
dialogbuttonbox-buttons-have-icons: 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user