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
b41fc1df
Commit
b41fc1df
authored
Jun 26, 2020
by
Jean-Baptiste Mardelle
Browse files
Adjust drag button position when zoombar is displayed
parent
d7da98ef
Pipeline
#25082
passed with stage
in 9 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/view/kdenliveclipmonitor.qml
View file @
b41fc1df
...
...
@@ -387,7 +387,7 @@ Item {
Rectangle
{
// Audio or video only drag zone
x
:
2
y
:
inPoint
.
visible
||
outPoint
.
visible
||
marker
.
visible
?
parent
.
height
-
inPoint
.
height
-
height
-
2
:
parent
.
height
-
height
-
2
y
:
inPoint
.
visible
||
outPoint
.
visible
||
marker
.
visible
?
parent
.
height
-
inPoint
.
height
-
height
-
2
-
root
.
zoomOffset
:
parent
.
height
-
height
-
2
-
root
.
zoomOffset
width
:
childrenRect
.
width
height
:
childrenRect
.
height
color
:
Qt
.
rgba
(
activePalette
.
highlight
.
r
,
activePalette
.
highlight
.
g
,
activePalette
.
highlight
.
b
,
0.7
)
...
...
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