Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Kdenlive
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
258
Issues
258
List
Boards
Labels
Service Desk
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Hide 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