mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Remove tab style modifications in native style sheet. (#1565)
This commit is contained in:
parent
a6f4ac2dd3
commit
63bf1864d0
@ -24,7 +24,7 @@
|
||||
</string>
|
||||
</property>
|
||||
<property name="documentMode">
|
||||
<bool>false</bool>
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="dockNestingEnabled">
|
||||
<bool>true</bool>
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user