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.
This commit is contained in:
z87 2020-05-04 16:24:25 +03:00
parent 09cba69b48
commit e792c3d90c
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;