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
Multimedia
Kdenlive
Commits
12dcf806
Commit
12dcf806
authored
Feb 27, 2021
by
Jean-Baptiste Mardelle
Browse files
Make timeline tracks separator slightly more visible
parent
03680fee
Pipeline
#52421
passed with stage
in 10 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
12dcf806
...
...
@@ -335,7 +335,7 @@ Rectangle {
property
int
minHeaderWidth
:
6
*
collapsedHeight
property
int
headerWidth
:
Math
.
max
(
minHeaderWidth
,
timeline
.
headerWidth
())
property
color
selectedTrackColor
:
Qt
.
rgba
(
activePalette
.
highlight
.
r
,
activePalette
.
highlight
.
g
,
activePalette
.
highlight
.
b
,
0.2
)
property
color
frameColor
:
Qt
.
rgba
(
activePalette
.
shadow
.
r
,
activePalette
.
shadow
.
g
,
activePalette
.
shadow
.
b
,
0.
3
)
property
color
frameColor
:
Qt
.
rgba
(
activePalette
.
shadow
.
r
,
activePalette
.
shadow
.
g
,
activePalette
.
shadow
.
b
,
0.
5
)
property
bool
autoScrolling
:
timeline
.
autoScroll
property
int
duration
:
timeline
.
duration
property
color
audioColor
:
timeline
.
audioColor
...
...
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