Update ui_qt_themes.h

This commit is contained in:
Tatsuya79 2018-07-31 01:07:00 +02:00 committed by GitHub
parent 50381a0463
commit 1ceac715b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,7 +250,6 @@ static const QString qt_theme_dark_stylesheet = QStringLiteral(""
"}\n"
"QPushButton[flat=\"true\"] {\n"
" background-color: transparent;\n"
" border: 1px solid #ddd;\n"
"}\n"
"QRadioButton::indicator {\n"
" width:18px;\n"
@ -400,7 +399,7 @@ static const QString qt_theme_dark_stylesheet = QStringLiteral(""
" background-color:rgb(40,40,40);\n"
" border:3px solid %1;\n"
"}\n"
"QWidget QScrollArea {\n"
"QScrollArea QWidget {\n"
"background:rgb(25,25,25);\n"
"}\n"
);