Remove QTabBar custom style

This commit is contained in:
joshua
2019-11-14 21:24:55 +01:00
parent 740b0942b7
commit 0b196b6caf

View File

@@ -1237,8 +1237,6 @@ void QETApp::useSystemPalette(bool use) {
if (use) {
qApp->setPalette(initial_palette_);
qApp->setStyleSheet(
"QTabBar::tab:!selected { background-color: transparent; }"
"QTabBar::tab:selected { background-color: transparent; font: bold; color: black;}"
"QAbstractScrollArea#mdiarea {"
"background-color -> setPalette(initial_palette_);"
"}"