Remove tab style modifications in native style sheet. (#1565)

This commit is contained in:
karliss 2019-05-23 07:40:53 +03:00 committed by Itay Cohen
parent a6f4ac2dd3
commit 63bf1864d0
2 changed files with 1 additions and 23 deletions

View File

@ -24,7 +24,7 @@
</string>
</property>
<property name="documentMode">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="dockNestingEnabled">
<bool>true</bool>

View File

@ -6,28 +6,6 @@ QHeaderView::section {
/* border: 2px solid white;*/
}
QMainWindow > QTabBar::tab {
border-bottom-color: #2180a9;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
min-width: 8px;
max-width: 200px;
padding: 5px;
margin-bottom: 3px;
margin-top: 3px;
}
QMainWindow > QTabBar::tab:selected {
background: #2180a9;
color: #FFFFFF;
}
QMainWindow > QTabBar::tab:hover {
background: #2180a9; /* #3C879E; */
color: #FFFFFF;
}
QDockWidget::title {
text-align: center;
}