Merge remote-tracking branch 'upstream/master' into dynamic-effect-dialog

Merge master from upstream to get past the problems related to the
submodule for resid once and for all. See #6916.
This commit is contained in:
Michael Gregorius
2023-10-03 09:06:43 +02:00
57 changed files with 1208 additions and 425 deletions

View File

@@ -3,7 +3,7 @@
********************/
/* most foreground text items */
QLabel, QTreeWidget, QListWidget, QGroupBox, QMenuBar {
QLabel, QTreeWidget, QListWidget, QGroupBox, QMenuBar, QCheckBox {
color: #d1d8e4;
}
@@ -464,6 +464,10 @@ lmms--gui--EffectSelectDialog QScrollArea {
background: #262b30;
}
lmms--gui--SetupDialog QScrollArea {
border: 0px;
}
/* the inner boxes in LADSPA effect windows */
lmms--gui--EffectControlDialog QGroupBox {