mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-12 07:06:17 -05:00
#8 Remove QDockWidget title background color
Fix text elidation that disappear. See bug QTBUG-14496
This commit is contained in:
parent
5872544115
commit
fce14c2667
@ -782,17 +782,6 @@ QTabBar QToolButton::right-arrow:disabled {
|
|||||||
image: url(:/qss_icons/rc/left_arrow_disabled.png);
|
image: url(:/qss_icons/rc/left_arrow_disabled.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
QDockWidget::title
|
|
||||||
{
|
|
||||||
border: 1px solid #3A3939;
|
|
||||||
border-bottom: #302F2F;
|
|
||||||
text-align: left;
|
|
||||||
spacing: 2px;
|
|
||||||
background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,
|
|
||||||
stop:1 #302F2F, stop:0 #3A3939);;
|
|
||||||
background-image: none;
|
|
||||||
padding-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
QDockWidget {
|
QDockWidget {
|
||||||
border: 1px solid lightgray;
|
border: 1px solid lightgray;
|
||||||
|
Loading…
Reference in New Issue
Block a user