forked from qt-creator/qt-creator
QmlDesigner.ItemLibrary: fixed: library tabs looked broken in windows
This commit is contained in:
committed by
Kai Koehne
parent
3c8d12562e
commit
01c098999f
@@ -115,7 +115,7 @@ QTreeView::branch:has-siblings:!adjoins-item {
|
|||||||
|
|
||||||
QTabBar::tab {
|
QTabBar::tab {
|
||||||
border-image: none;
|
border-image: none;
|
||||||
width: 11ex;
|
width: 80px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
margin: 0px 0 0px 0;
|
margin: 0px 0 0px 0;
|
||||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user