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
55c9942b
Commit
55c9942b
authored
Oct 22, 2019
by
Jean-Baptiste Mardelle
Browse files
Display track name when collapsed if header is large enough
parent
66afc4e6
Pipeline
#9330
passed with stage
in 14 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/TrackHead.qml
View file @
55c9942b
...
...
@@ -295,6 +295,17 @@ Rectangle {
]
}
}
Item
{
// Spacer
width
:
2
}
Label
{
text
:
trackHeadRoot
.
trackName
font.pixelSize
:
root
.
baseUnit
verticalAlignment
:
Text
.
AlignVCenter
horizontalAlignment
:
Text
.
AlignHCenter
visible
:
trackHeadRoot
.
collapsed
&&
trackHeadRoot
.
width
>
trackTarget
.
width
+
expandButton
.
width
+
trackTag
.
width
+
(
5
*
muteButton
.
width
)
}
Item
{
// Spacer
Layout.fillWidth
:
true
...
...
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