Explorar o código

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.
Neodyblue %!s(int64=6) %!d(string=hai) anos
pai
achega
ea14af2164
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      dist/qt_themes/qdarkstyle/style.qss

+ 0 - 4
dist/qt_themes/qdarkstyle/style.qss

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