mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Typo
This commit is contained in:
@@ -1234,7 +1234,7 @@ void QETApp::useSystemPalette(bool use) {
|
||||
qApp->setPalette(initial_palette_);
|
||||
qApp->setStyleSheet(
|
||||
"QTabBar::tab:!selected { background-color: transparent; }"
|
||||
"QTabBar::tab:selected { background-color: transparent; color: green}"
|
||||
"QTabBar::tab:selected { background-color: transparent; color: green; }"
|
||||
"QAbstractScrollArea#mdiarea {"
|
||||
"background-color -> setPalette(initial_palette_);"
|
||||
"}"
|
||||
|
||||
Reference in New Issue
Block a user