QmlDesigner: unifiyng style (BAUHAUS-564)

This commit is contained in:
Thomas Hartmann
2010-04-08 14:09:25 +02:00
parent 24f6ef793d
commit e46f66e822
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ QPushButton {
color: #EEEEEE;
font: bold;
font-size: 11px;
}
QPushButton:hover {

View File

@@ -126,6 +126,7 @@ QTabBar::tab {
padding-right: 12px;
padding-left: 12px;
font: bold;
font-size: 11px;
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #3c3c3c, stop: 1 #444444);