Skip to content
GitLab
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
98034fb5
Commit
98034fb5
authored
Mar 24, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix incorrect qml reference
parent
d22ddf45
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/TrackHead.qml
View file @
98034fb5
...
...
@@ -302,7 +302,7 @@ Rectangle {
font
:
miniFont
verticalAlignment
:
Text
.
AlignVCenter
horizontalAlignment
:
Text
.
AlignHCenter
visible
:
trackHeadRoot
.
collapsed
&&
trackHeadRoot
.
width
>
trackTarget
.
width
+
expandButton
.
width
+
track
TagLabel
.
width
+
(
4
*
muteButton
.
width
)
+
4
visible
:
trackHeadRoot
.
collapsed
&&
trackHeadRoot
.
width
>
trackTarget
.
width
+
expandButton
.
width
+
track
Led
.
width
+
(
4
*
muteButton
.
width
)
+
4
}
Row
{
width
:
childrenRect
.
width
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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