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
084d021f
Commit
084d021f
authored
Apr 12, 2021
by
Jean-Baptiste Mardelle
Browse files
Monitor effect toolbar: center to prevent covering top/bottom handles.
Fixes
#1044
parent
4865c512
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/monitor/view/EffectToolBar.qml
View file @
084d021f
...
...
@@ -22,6 +22,7 @@ MouseArea {
objectName
:
"
effecttoolbar
"
width
:
fullscreenButton
.
width
anchors.right
:
barZone
.
right
anchors.verticalCenter
:
parent
.
verticalCenter
height
:
childrenRect
.
height
color
:
Qt
.
rgba
(
activePalette
.
window
.
r
,
activePalette
.
window
.
g
,
activePalette
.
window
.
b
,
0.7
)
opacity
:
0
...
...
src/monitor/view/kdenlivemonitorcornerscene.qml
View file @
084d021f
...
...
@@ -228,7 +228,7 @@ Item {
anchors
{
right
:
parent
.
right
top
:
parent
.
top
topMargin
:
4
bottom
:
parent
.
bottom
rightMargin
:
4
leftMargin
:
4
}
...
...
src/monitor/view/kdenlivemonitoreffectscene.qml
View file @
084d021f
...
...
@@ -611,7 +611,7 @@ Item {
anchors
{
right
:
parent
.
right
top
:
parent
.
top
topMargin
:
4
bottom
:
parent
.
bottom
rightMargin
:
4
leftMargin
:
4
}
...
...
src/monitor/view/kdenlivemonitorrotoscene.qml
View file @
084d021f
...
...
@@ -719,7 +719,7 @@ Item {
anchors
{
right
:
parent
.
right
top
:
parent
.
top
topMargin
:
4
bottom
:
parent
.
bottom
rightMargin
:
4
leftMargin
:
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