Skip to content

Commit

Permalink
Add wierd work-around for bug #886671
Browse files Browse the repository at this point in the history
 * Adding one pixel of margin-top makes the indicator a bit smaller and it therefor fits. This is not ideal but ideally we would remove all of the old YQ classes.
  • Loading branch information
Kenneth Wimer committed Jul 14, 2014
1 parent 692abc5 commit c9e5dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SLE/wizard/installation.qss
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ QLineEdit {
border: 1px inset #161616;
}

QCheckBox { min-height: 20px; color: #eee; }
QCheckBox, YQCheckBoxFrame::indicator { min-height: 24px; color: #eee; margin-top: 1px; }

QCheckBox::disabled { color: gray; }

Expand Down

0 comments on commit c9e5dad

Please sign in to comment.