qt_themes: remove unknown qss property from dark theme

Qdarkstyle's qss file uses an overflow property.
According to `https://doc.qt.io/qt-5/stylesheet-reference.html`,
the property `overflow` doesn't exist, which leads to a warning message
in the console.
This commit is contained in:
Neodyblue 2020-05-21 17:51:53 -07:00
parent ae61e47cba
commit ea14af2164
1 changed files with 0 additions and 4 deletions

View File

@ -673,10 +673,6 @@ QTabWidget::pane {
border-bottom-left-radius: 2px;
}
QTabWidget::tab-bar {
overflow: visible;
}
QTabBar {
qproperty-drawBase: 0;
border-radius: 3px;