Skip to content

Commit

Permalink
[themes] Scroll bar handle can go MIA, add minimum width/height
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Feb 11, 2019
1 parent af723c4 commit 81637a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/themes/Night Mapping/palette.txt
Expand Up @@ -3,3 +3,4 @@
5:#222222
9:#535353
10:#535353
12:#d7801a
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 81637a5

Please sign in to comment.