From e792c3d90c1a2ee135ae0bcf6e109eefe8f80435 Mon Sep 17 00:00:00 2001 From: z87 Date: Mon, 4 May 2020 16:24:25 +0300 Subject: [PATCH] citra_qt: remove incorrect style in the Dark theme Property "overflow" isn't documented, and it makes Qt complain about an unknown property in the terminal. --- 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 a2b51c6dd..a5eee211e 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;