Merge pull request #7032 from Tatsuya79/patch-2

Update ui_qt_themes.h
This commit is contained in:
Twinaphex 2018-07-30 17:36:04 +02:00 committed by GitHub
commit b5d5fb4940
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"
);