Skip to content

Commit

Permalink
TEST: fix headerview size so labels fit with Qt 5.15.2, too
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Apr 30, 2021
1 parent 4d7019d commit 4859217
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion res/skins/Deere/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ QPushButton#LibraryPreviewButton:checked:hover {
}

#LibraryContainer QHeaderView::section {
height: 1.0em;
height: 1.1em;
font-weight: bold;
padding: 2px;
background: #1A1A1A;
Expand Down
4 changes: 2 additions & 2 deletions res/skins/LateNight/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@ WRecordingDuration {
border-bottom: 1px solid #000;
}
#LibraryContainer QHeaderView::section {
height: 1.0em;
height: 1.1em;
border: 0px;
padding: 0px 2px;
padding: 2px;
}
#LibraryContainer QHeaderView::up-arrow,
#LibraryContainer QHeaderView::down-arrow {
Expand Down
2 changes: 1 addition & 1 deletion res/skins/Shade/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ WLibrary QHeaderView {
}
/* Library header 'buttons' */
WLibrary QHeaderView::section {
height: 1.0em;
height: 1.1em;
padding: 2px 1px 2px 2px;
/* set right border so that first column header
on the left doesn't have double border on the left */
Expand Down
2 changes: 1 addition & 1 deletion res/skins/Tango/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -2628,7 +2628,7 @@ WTrackTableView {
}
/* Library header 'buttons' */
#LibraryContainer QHeaderView::section {
height: 1.0em;
height: 1.1em;
padding: 0px 2px;
/* use 'border-right' so that for the header of the leftmost column
the border doesn't add to the border of the surrounding qtableview */
Expand Down

0 comments on commit 4859217

Please sign in to comment.