Skip to content

Commit

Permalink
add height to QComboBox::item:checked, fixes ColinDuquesnoy#200
Browse files Browse the repository at this point in the history
  • Loading branch information
asch99 committed Oct 4, 2019
1 parent c92d0c4 commit 841fd07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qdarkstyle/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,7 @@ QComboBox::item:alternate {

QComboBox::item:checked {
font-weight: bold;
height: 12px;
}

QComboBox::item:selected {
Expand Down

0 comments on commit 841fd07

Please # to comment.