Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
66d17463
Commit
66d17463
authored
Mar 17, 2019
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small adjustment to color track state (active/inactive)
parent
6b82ad35
Pipeline
#1617
passed with stage
in 14 minutes and 13 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/timeline2/view/qml/TrackHead.qml
src/timeline2/view/qml/TrackHead.qml
+2
-2
No files found.
src/timeline2/view/qml/TrackHead.qml
View file @
66d17463
...
...
@@ -190,7 +190,7 @@ Rectangle {
height
:
width
Rectangle
{
id
:
trackLed
color
:
'
grey
'
color
:
Qt
.
darker
(
trackHeadRoot
.
color
,
0.45
)
anchors.fill
:
parent
width
:
height
border.width
:
0
...
...
@@ -238,7 +238,7 @@ Rectangle {
when
:
!
trackHeadRoot
.
isLocked
&&
!
trackHeadRoot
.
isActive
PropertyChanges
{
target
:
trackLed
color
:
'
grey
'
color
:
Qt
.
darker
(
trackHeadRoot
.
color
,
0.45
)
}
}
]
...
...
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