QmlDesigner: Unify the look of the tab bar

Change-Id: I2778b959ad75473cbba3639e008a03a105357180
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Thomas Hartmann
2016-07-01 16:01:39 +02:00
parent 7e41952782
commit 89baea009e
4 changed files with 3 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
<RCC> <RCC>
<qresource prefix="/connectionview"> <qresource prefix="/connectionview">
<file>stylesheet.css</file> <file>stylesheet.css</file>
<file>panel.png</file>
<file>panelselected.png</file> <file>panelselected.png</file>
<file>plus.png</file> <file>plus.png</file>
<file>minus.png</file> <file>minus.png</file>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

View File

@@ -138,11 +138,9 @@ QTabBar::tab:selected {
color: #3c3c3c; color: #3c3c3c;
} }
QTabBar::tab { QTabBar::tab {
image: url(:/connectionview/panel.png); width: 80px;
width: 130px;
height: 22px; height: 22px;
margin-top: 0x; margin-top: 0x;
margin-bottom: 0px; margin-bottom: 0px;
@@ -150,6 +148,7 @@ image: url(:/connectionview/panel.png);
margin-right: 0px; margin-right: 0px;
font: bold; font: bold;
font-size: 11px; font-size: 11px;
background-color: #444444;
color: #EEEEEE; color: #EEEEEE;
} }

View File

@@ -584,7 +584,6 @@ Project {
"connectioneditor/dynamicpropertiesmodel.cpp", "connectioneditor/dynamicpropertiesmodel.cpp",
"connectioneditor/dynamicpropertiesmodel.h", "connectioneditor/dynamicpropertiesmodel.h",
"connectioneditor/minus.png", "connectioneditor/minus.png",
"connectioneditor/panel.png",
"connectioneditor/panelselected.png", "connectioneditor/panelselected.png",
"connectioneditor/plus.png", "connectioneditor/plus.png",
"connectioneditor/stylesheet.css", "connectioneditor/stylesheet.css",