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 b4fc796 commit cc15dbdCopy full SHA for cc15dbd
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