Skip to content

Commit 6099486

Browse files
rbnpisamaaron
authored andcommitted
add styling for RPi load/save dialog
1 parent 84bb626 commit 6099486

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/gui/qt/model/sonicpitheme.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,10 @@ QString SonicPiTheme::getAppStylesheet() {
914914

915915
appStyling.replace("fixedWidthFont", "\"Hack\"");
916916

917+
#if defined(Q_OS_LINUX)
918+
appStyling = "QWidget\n{\nbackground: paneColor;\n}\n" + appStyling;
919+
#endif
920+
917921
appStyling
918922
.replace("windowColor", windowColor)
919923
.replace("windowForegroundColor", windowForegroundColor)

0 commit comments

Comments
 (0)