Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Breeze for GTK
Commits
25b81e37
Commit
25b81e37
authored
Sep 23, 2020
by
Jan Blackquill
🌈
Browse files
[gtk3]: Make scrollbars fixed size
This better matches their behaviour in the QStyle and fixes a bug.
BUG: 414763
parent
a37192d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gtk3/widgets/_scrollbar.scss
View file @
25b81e37
...
...
@@ -66,7 +66,7 @@ scrollbar {
trough
{
//margin: 0px;
transition-duration
:
0
.1s
;
min-width
:
3
px
;
min-width
:
6
px
;
min-height
:
14px
;
border-radius
:
8px
;
background-color
:
transparent
;
...
...
@@ -87,7 +87,7 @@ scrollbar {
//margin: 0px;
transition-duration
:
0
.1s
;
min-width
:
14px
;
min-height
:
3
px
;
min-height
:
6
px
;
border-radius
:
8px
;
background-color
:
transparent
;
}
...
...
@@ -106,7 +106,7 @@ scrollbar {
slider
{
//margin: 0px;
transition-duration
:
0
.1s
;
min-width
:
3
px
;
min-width
:
6
px
;
min-height
:
30px
;
border-radius
:
8px
;
background-clip
:
padding-box
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment