Skip to content

Commit

Permalink
Fixes error in bottom padding of menu bar
Browse files Browse the repository at this point in the history
  * Removes 12px padding from the bottom of the top-level menu entries
  • Loading branch information
Kenneth Wimer committed Mar 28, 2014
1 parent 0070111 commit 3f9e5f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SLE/wizard/installation.qss
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,10 @@ QMenuBar {
QMenuBar::item {
color: #eee;
spacing: 3px; /* spacing between menu bar items */
padding: 6px 4px 12px;
padding: 6px 4px ;
background: transparent;
border-radius: 2px;
margin: 6px 0px;
}

QMenuBar::item:selected { /* when selected using mouse or keyboard */
Expand Down

0 comments on commit 3f9e5f9

Please sign in to comment.