HiDPI fixes for elements based on QTreeView

Fix the HiDPI problems for elements that are based on QTreeView by
removing the fixed point based font size from the style sheet. This
affects:
* The file browser
* The headings of the plugin browser
* The patch selection dialogs for GigPlayer and SoundFont player

Also make the text size of the check boxes for user content and factory
content based on a point size instead of a pixel size.
This commit is contained in:
Michael Gregorius
2023-07-29 16:21:05 +02:00
parent a9d49d4ff7
commit 48cdaddd9d

View File

@@ -9,7 +9,6 @@ QLabel, QTreeWidget, QListWidget, QGroupBox, QMenuBar {
QTreeView {
outline: none;
font-size: 12px;
}
QTreeWidget::item {
@@ -42,7 +41,7 @@ QMdiArea {
lmms--gui--FileBrowser QCheckBox
{
font-size: 10px;
font-size: 8pt;
color: white;
}