Skip to content
GitLab
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
58521006
Commit
58521006
authored
Mar 20, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix dropped fps monitor overlay alignment
parent
4cc8006f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/view/kdenliveclipmonitor.qml
View file @
58521006
...
...
@@ -241,7 +241,7 @@ Item {
anchors
{
right
:
timecode
.
visible
?
timecode
.
left
:
parent
.
right
bottom
:
parent
.
bottom
bottomMargin
:
(
audioThumb
.
stateVisible
&&
!
audioThumb
.
isAudioClip
)
?
audioThumb
.
height
:
0
bottomMargin
:
(
audioThumb
.
stateVisible
&&
!
audioThumb
.
isAudioClip
&&
audioThumb
.
visible
)
?
audioThumb
.
height
:
0
}
}
Label
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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