Skip to content

Commit 81637a5

Browse files
committedFeb 11, 2019
[themes] Scroll bar handle can go MIA, add minimum width/height
1 parent af723c4 commit 81637a5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎resources/themes/Night Mapping/palette.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
5:#222222
44
9:#535353
55
10:#535353
6+
12:#d7801a

‎resources/themes/Night Mapping/style.qss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ QScrollBar:horizontal {
317317
QScrollBar::handle:horizontal {
318318
border: 1px solid @itemdarkbackground;
319319
background: @background;
320+
min-width: 0.8em;
320321
}
321322

322323
QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal,
@@ -334,6 +335,7 @@ QScrollBar:vertical {
334335
QScrollBar::handle:vertical {
335336
border: 1px solid @itemdarkbackground;
336337
background: @background;
338+
min-height: 0.8em;
337339
}
338340

339341
QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical,

0 commit comments

Comments
 (0)
Please sign in to comment.