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
b1085b20
Commit
b1085b20
authored
Nov 26, 2019
by
Jean-Baptiste Mardelle
Browse files
Restore tooltip incorrectly deleted in previous commit
parent
2586a759
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
b1085b20
...
@@ -742,6 +742,10 @@ Rectangle {
...
@@ -742,6 +742,10 @@ Rectangle {
anchors.fill
:
parent
anchors.fill
:
parent
anchors.leftMargin
:
2
anchors.leftMargin
:
2
anchors.rightMargin
:
2
anchors.rightMargin
:
2
ToolTip.delay
:
1000
ToolTip.timeout
:
5000
ToolTip.visible
:
hovered
ToolTip.text
:
i18n
(
"
Show master effects
"
)
TextMetrics
{
TextMetrics
{
id
:
metrics
id
:
metrics
text
:
i18n
(
"
Master
"
)
text
:
i18n
(
"
Master
"
)
...
...
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