From ea14af2164934faa0761a88c6236b3652d8cdaea Mon Sep 17 00:00:00 2001
From: Neodyblue <Neodyblue@users.noreply.github.com>
Date: Thu, 21 May 2020 17:51:53 -0700
Subject: [PATCH] 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.
---
 dist/qt_themes/qdarkstyle/style.qss | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dist/qt_themes/qdarkstyle/style.qss b/dist/qt_themes/qdarkstyle/style.qss
index 7d088a7197..2d5c9761f6 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;