Skip to content

Commit

Permalink
Fixed selected item height QComboBox
Browse files Browse the repository at this point in the history
  • Loading branch information
JairajJangle committed Jun 16, 2020
1 parent 89c6c1b commit 5802129
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 @@ -1272,6 +1272,7 @@ QComboBox::item:alternate {

QComboBox::item:checked {
font-weight: bold;
max-height: 30;
}

QComboBox::item:selected {
Expand Down

0 comments on commit 5802129

Please sign in to comment.