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
3339a0f9
Commit
3339a0f9
authored
Dec 23, 2019
by
Jean-Baptiste Mardelle
Browse files
Small adjustments to timeline fades ui
parent
830aef6f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/Clip.qml
View file @
3339a0f9
This diff is collapsed.
Click to expand it.
src/timeline2/view/qml/timeline.qml
View file @
3339a0f9
...
...
@@ -1354,9 +1354,9 @@ Rectangle {
id
:
bubbleHelp
property
alias
text
:
bubbleHelpLabel
.
text
color
:
root
.
color
//application.toolTipBaseColor
width
:
bubbleHelpLabel
.
width
+
8
height
:
bubbleHelpLabel
.
height
+
8
radius
:
4
width
:
bubbleHelpLabel
.
width
+
6
height
:
bubbleHelpLabel
.
height
+
6
radius
:
3
states
:
[
State
{
name
:
'
invisible
'
;
PropertyChanges
{
target
:
bubbleHelp
;
opacity
:
0
}
},
State
{
name
:
'
visible
'
;
PropertyChanges
{
target
:
bubbleHelp
;
opacity
:
0.8
}
}
...
...
@@ -1381,9 +1381,9 @@ Rectangle {
font.pointSize
:
root
.
fontUnit
}
function
show
(
x
,
y
,
text
)
{
bubbleHelp
.
x
=
x
+
tracksArea
.
x
-
scrollView
.
flickableItem
.
contentX
-
bubbleHelpLabel
.
width
bubbleHelp
.
y
=
y
+
tracksArea
.
y
-
scrollView
.
flickableItem
.
contentY
-
bubbleHelpLabel
.
height
bubbleHelp
.
text
=
text
bubbleHelp
.
x
=
x
+
tracksArea
.
x
-
scrollView
.
flickableItem
.
contentX
-
bubbleHelp
.
width
bubbleHelp
.
y
=
y
+
tracksArea
.
y
-
scrollView
.
flickableItem
.
contentY
-
bubbleHelp
.
height
+
ruler
.
height
-
3
if
(
bubbleHelp
.
state
!==
'
visible
'
)
bubbleHelp
.
state
=
'
visible
'
}
...
...
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