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
39e07a56
Commit
39e07a56
authored
Nov 23, 2020
by
Jean-Baptiste Mardelle
Browse files
Hide subtitle track name on collapse.
Related to
#666
parent
ee3fa9cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
39e07a56
...
...
@@ -747,10 +747,12 @@ Rectangle {
}
}
Label
{
id
:
subLabel
anchors.left
:
expandSubButton
.
left
anchors.top
:
expandSubButton
.
bottom
font
:
miniFont
text
:
i18n
(
"
Subtitles
"
)
visible
:
(
subtitleTrackHeader
.
height
>
root
.
collapsedHeight
+
subLabel
.
height
)
}
}
Column
{
...
...
Julius Künzel
@jlskuz
mentioned in issue
#666 (closed)
·
Nov 25, 2020
mentioned in issue
#666 (closed)
mentioned in issue #666
Toggle commit list
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