Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SeeLook
nootka
Commits
bc14ab37
Commit
bc14ab37
authored
Aug 23, 2021
by
SeeLook
🎸
Browse files
Properly display values span
- prepare_build
parent
d2395ebc
Pipeline
#4092
passed with stage
in 8 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/qml/shared/TrangeSlider.qml
View file @
bc14ab37
...
...
@@ -19,7 +19,8 @@ RangeSlider {
border
{
width
:
sl
.
activeFocus
?
1
:
0
;
color
:
activPal
.
highlight
}
Rectangle
{
width
:
sl
.
visualPosition
*
parent
.
width
;
height
:
parent
.
height
x
:
sl
.
first
.
visualPosition
*
parent
.
width
width
:
(
sl
.
second
.
visualPosition
-
sl
.
first
.
visualPosition
)
*
parent
.
width
;
height
:
parent
.
height
color
:
sl
.
enabled
?
activPal
.
highlight
:
disdPal
.
highlight
radius
:
parent
.
radius
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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