QmlDesigner: Proper styling for TabWidget buttons

Change-Id: I25c325920ed9a7ced87cbc1d01ad73c9e745ac71
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2016-10-07 13:31:42 +02:00
committed by Thomas Hartmann
parent fafb99d910
commit 5ead71bf81

View File

@@ -13,6 +13,12 @@ QTableView {
}
QTabBar QToolButton {
background-color: creatorTheme.QmlDesignerBackgroundColorDarkAlternate;
border: 1px solid creatorTheme.QmlDesignerBackgroundColorDarker;
border-radius: 0px;
}
QTableView::item
{
border: 0px;