Update ui_qt_themes.h

This commit is contained in:
Tatsuya79 2018-07-30 17:26:58 +02:00 committed by GitHub
parent 5273aa2861
commit 20a66e468e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -400,7 +400,7 @@ static const QString qt_theme_dark_stylesheet = QStringLiteral(""
" background-color:rgb(40,40,40);\n"
" border:3px solid %1;\n"
"}\n"
"QScrollArea QWidget {\n"
"QWidget QScrollArea {\n"
"background:rgb(25,25,25);\n"
"}\n"
);