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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user