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:
Michael Gregorius
2023-09-22 18:16:45 +02:00
parent 48cdaddd9d
commit 93d3e8c82c

View File

@@ -132,7 +132,7 @@ QMenu::indicator:selected {
lmms--gui--FileBrowser QCheckBox
{
font-size: 10px;
font-size: 8pt;
color: white;
}