mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-14 12:36:27 -04:00
UI/themes: Disable QDialog button icons on Yami new variants
This commit is contained in:
committed by
Georges Basile Stavracas Neto
parent
92624565a6
commit
29d40bb7fb
@@ -1474,3 +1474,8 @@ QCalendarWidget QAbstractItemView:disabled {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user