mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-09 01:15:35 -05:00
Remove unnecessary color in default stylesheet
This commit is contained in:
@@ -5,21 +5,12 @@
|
||||
using Qt::ArrowType do not change color when
|
||||
disabled, so we specify the color change ourselves.
|
||||
*/
|
||||
QToolButton {
|
||||
color: black;
|
||||
}
|
||||
QToolButton:disabled {
|
||||
color: gray;
|
||||
}
|
||||
QComboBox {
|
||||
color: black;
|
||||
}
|
||||
QComboBox:disabled {
|
||||
color: gray;
|
||||
}
|
||||
QAbstractSpinBox {
|
||||
color: black;
|
||||
}
|
||||
QAbstractSpinBox:disabled {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user