Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[themes] Add minimum scrollbar dimension to Night Mapping
  • Loading branch information
nirvn committed Apr 30, 2019
1 parent b4fc796 commit cc15dbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -317,6 +317,7 @@ QScrollBar:horizontal {
QScrollBar::handle:horizontal {
border: 1px solid @itemdarkbackground;
background: @background;
min-width: 0.8em;
}

QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal,
Expand All @@ -334,6 +335,7 @@ QScrollBar:vertical {
QScrollBar::handle:vertical {
border: 1px solid @itemdarkbackground;
background: @background;
min-height: 0.8em;
}

QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical,
Expand Down

0 comments on commit cc15dbd

Please sign in to comment.