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
dc9e3613
Commit
dc9e3613
authored
Feb 27, 2021
by
Jean-Baptiste Mardelle
Browse files
Make timeline tracks separator slightly more visible
parent
eaea42c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
dc9e3613
...
...
@@ -315,7 +315,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
Markdown
is supported
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