0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

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

This commit is contained in:
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;
}