Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[themes] Scroll bar handle can go MIA, add minimum width/height
  • Loading branch information
nirvn committed Feb 11, 2019
1 parent eea4eda commit b080ab5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/themes/Blend of Gray/palette.txt
@@ -1,5 +1,6 @@
0:#0e0e0e
2:#373737
2:#727272
5:#373737
9:#727272
10:#373737
12:#c7c7c7
2 changes: 2 additions & 0 deletions resources/themes/Blend of Gray/style.qss
Expand Up @@ -304,6 +304,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 @@ -321,6 +322,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
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 b080ab5

Please sign in to comment.