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
e3c2a8c8
Commit
e3c2a8c8
authored
Nov 21, 2019
by
Jean-Baptiste Mardelle
Browse files
Ensure master effectstack button is contained in area above track headers
parent
ffec3c2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
e3c2a8c8
...
...
@@ -740,6 +740,10 @@ Rectangle {
OLD.ToolButton
{
iconName
:
"
kdenlive-composite
"
tooltip
:
i18n
(
"
Show master effects
"
)
anchors.verticalCenter
:
parent
.
verticalCenter
Layout.leftMargin
:
2
implicitWidth
:
Math
.
min
(
ruler
.
height
,
root
.
baseUnit
*
2
)
implicitHeight
:
implicitWidth
onClicked
:
{
timeline
.
showMasterEffects
()
}
...
...
Eugen Mohr
@emohr
mentioned in issue
#446 (closed)
·
Nov 21, 2019
mentioned in issue
#446 (closed)
mentioned in issue #446
Toggle commit list
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