1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Make disabled checkbox gray

This commit is contained in:
agilob 2016-01-23 15:37:28 +00:00
parent 9cb71aff68
commit 26918270de
No known key found for this signature in database
GPG Key ID: 296F0B764741106C

View File

@ -50,3 +50,7 @@ QStackedWidget QPushButton
QLabel, QCheckBox, QProgressBar {
color: black;
}
QCheckBox::disabled {
color: gray;
}