diff options
author | Neodyblue <[email protected]> | 2020-05-21 17:51:53 -0700 |
---|---|---|
committer | Neodyblue <[email protected]> | 2020-05-21 17:51:53 -0700 |
commit | ea14af2164934faa0761a88c6236b3652d8cdaea (patch) | |
tree | a6a9761f6a01742fa7e86670d41526310da1810b /dist | |
parent | ae61e47cbadbd43656f36d3a517139f4fe78f3c2 (diff) | |
download | yuzu-android-ea14af2164934faa0761a88c6236b3652d8cdaea.tar.gz yuzu-android-ea14af2164934faa0761a88c6236b3652d8cdaea.zip |
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.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/qt_themes/qdarkstyle/style.qss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dist/qt_themes/qdarkstyle/style.qss b/dist/qt_themes/qdarkstyle/style.qss index 7d088a719..2d5c9761f 100644 --- a/dist/qt_themes/qdarkstyle/style.qss +++ b/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; |