UI/themes: Disable QDialog button icons on Yami new variants

master
tytan652 2022-08-15 23:07:19 +02:00 committed by Georges Basile Stavracas Neto
parent 92624565a6
commit 29d40bb7fb
2 changed files with 10 additions and 0 deletions

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

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