Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[themes] Add minimum scrollbar dimension to Night Mapping
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
resources/themes/Night Mapping/style.qss
|
@@ -322,6 +322,7 @@ QScrollBar:horizontal { |
|
|
QScrollBar::handle:horizontal { |
|
|
border: 1px solid @itemdarkbackground; |
|
|
background: @background; |
|
|
min-width: 0.8em; |
|
|
} |
|
|
|
|
|
QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal, |
|
@@ -339,6 +340,7 @@ QScrollBar:vertical { |
|
|
QScrollBar::handle:vertical { |
|
|
border: 1px solid @itemdarkbackground; |
|
|
background: @background; |
|
|
min-height: 0.8em; |
|
|
} |
|
|
|
|
|
QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical, |
|
|