Adjust the classic theme
Adjust the classic theme so that it is consistent with the changes made to the default theme. It was only necessary to change the font-size of the check boxes in the file browser to points because the QTreeView already does not contain any font settings.
This commit is contained in:
@@ -132,7 +132,7 @@ QMenu::indicator:selected {
|
||||
|
||||
lmms--gui--FileBrowser QCheckBox
|
||||
{
|
||||
font-size: 10px;
|
||||
font-size: 8pt;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user