Remove border/shadows from scroll area

Remove the border/shadows from the QScrollAreas used in the context of the setup dialog via the style sheet.
This commit is contained in:
Michael Gregorius
2023-10-01 10:17:08 +02:00
parent d12675af2f
commit cc6a0e86b5

View File

@@ -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 {