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

Checkboxes in settings grayed out when disabled

This commit is contained in:
novist 2014-11-27 15:39:35 +02:00
parent e989379535
commit 5f1bf8ce3b

View File

@ -29,6 +29,11 @@ QCheckBox
color: black;
}
QCheckBox:disabled
{
color: grey;
}
QSpinBox
{
background: white;