Skip to content

Commit

Permalink
Improve radio button spacing, add padding top/bottom, closes #265
Browse files Browse the repository at this point in the history
  • Loading branch information
dpizetta committed Mar 13, 2021
1 parent b72fc25 commit d2b78da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qdarkstyle/qss/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ QRadioButton {
background-color: $COLOR_BACKGROUND_DARK;
color: $COLOR_FOREGROUND_LIGHT;
spacing: 4px;
padding: 0px;
padding-top: 4px;
padding-bottom: 4px;
border: none;
outline: none;

Expand Down

0 comments on commit d2b78da

Please sign in to comment.