Skip to content

Commit

Permalink
Fix tab bar sizing problem and help window colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Wimer committed Mar 7, 2014
1 parent 4ffe45f commit 0070111
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion SLE/wizard/installation.qss
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ QTabBar::tab {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
font-weight: bold;
padding: 3px 8px;
padding: 4px 8px;
min-width: 180px;
min-height: 24px;
}
Expand Down Expand Up @@ -431,3 +431,11 @@ QGroupBox {
background: #28ae73;
}

YQPkgVersionsView QWidget { background: #2d2d2d; }

QY2HelpDialog
{
qproperty-searchResultBackground: #666;
qproperty-searchResultForeground: #fff;
}

0 comments on commit 0070111

Please sign in to comment.