We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent af723c4 commit 81637a5Copy full SHA for 81637a5
resources/themes/Night Mapping/palette.txt
@@ -3,3 +3,4 @@
3
5:#222222
4
9:#535353
5
10:#535353
6
+12:#d7801a
resources/themes/Night Mapping/style.qss
@@ -317,6 +317,7 @@ QScrollBar:horizontal {
317
QScrollBar::handle:horizontal {
318
border: 1px solid @itemdarkbackground;
319
background: @background;
320
+ min-width: 0.8em;
321
}
322
323
QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal,
@@ -334,6 +335,7 @@ QScrollBar:vertical {
334
335
QScrollBar::handle:vertical {
336
337
338
+ min-height: 0.8em;
339
340
341
QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical,
0 commit comments