Skip to content

Commit

Permalink
Add min-width for QTabBar under Windows
Browse files Browse the repository at this point in the history
Ref #260
  • Loading branch information
algorys committed Mar 5, 2018
1 parent 806adec commit cdb2c85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ QTabBar::tab {
padding-right: 5px;
font: 11pt;
height: 24px;
min-width: 150px;
}

QTabBar::tab::selected {
Expand Down

0 comments on commit cdb2c85

Please sign in to comment.