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
5c3fad4a
Commit
5c3fad4a
authored
Mar 23, 2021
by
Jean-Baptiste Mardelle
Browse files
Make master effect zones use the same height as timeline zone for a cleaner look
parent
3bcc359f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/Ruler.qml
View file @
5c3fad4a
...
...
@@ -250,11 +250,11 @@ Item {
model
:
effectZones
Rectangle
{
x
:
effectZones
[
index
].
x
*
timeline
.
scaleFactor
height
:
Math
.
ceil
(
zoneHeight
/
4
)
height
:
zoneHeight
-
1
width
:
(
effectZones
[
index
].
y
-
effectZones
[
index
].
x
)
*
timeline
.
scaleFactor
color
:
"
blueviolet
"
anchors.bottom
:
parent
.
bottom
anchors.bottomMargin
:
zoneHeight
-
height
-
1
opacity
:
0.4
}
}
...
...
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