UI/themes: Disable QDialog button icons on all non-system themes

master
tytan652 2022-08-10 12:53:51 +02:00 committed by Jim
parent e8f025cde2
commit cdd3399286
4 changed files with 21 additions and 1 deletions

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -1474,3 +1474,8 @@ QCalendarWidget QAbstractItemView:disabled {
margin-top: 0;
margin-bottom: 0;
}
/* Disable icons on QDialogButtonBox */
QDialogButtonBox {
dialogbuttonbox-buttons-have-icons: 0;
}