Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
ad4b1320
Commit
ad4b1320
authored
Jun 28, 2019
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't hardcode width of clip/composition resize handles
Related to #274
parent
dead5e25
Pipeline
#4716
passed with stage
in 16 minutes and 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/timeline2/view/qml/Clip.qml
src/timeline2/view/qml/Clip.qml
+2
-2
src/timeline2/view/qml/Composition.qml
src/timeline2/view/qml/Composition.qml
+2
-2
No files found.
src/timeline2/view/qml/Clip.qml
View file @
ad4b1320
...
...
@@ -798,7 +798,7 @@ Rectangle {
anchors.leftMargin
:
0
height
:
parent
.
height
enabled
:
!
isLocked
width
:
5
width
:
root
.
baseUnit
/
3
color
:
isAudio
?
'
green
'
:
'
lawngreen
'
opacity
:
0
Drag.active
:
trimInMouseArea
.
drag
.
active
...
...
@@ -862,7 +862,7 @@ Rectangle {
anchors.right
:
clipRoot
.
right
anchors.rightMargin
:
0
height
:
parent
.
height
width
:
5
width
:
root
.
baseUnit
/
3
color
:
'
red
'
opacity
:
0
enabled
:
!
isLocked
...
...
src/timeline2/view/qml/Composition.qml
View file @
ad4b1320
...
...
@@ -259,7 +259,7 @@ Item {
anchors.left
:
displayRect
.
left
anchors.leftMargin
:
0
height
:
displayRect
.
height
width
:
5
width
:
root
.
baseUnit
/
3
color
:
isAudio
?
'
green
'
:
'
lawngreen
'
opacity
:
0
Drag.active
:
trimInMouseArea
.
drag
.
active
...
...
@@ -309,7 +309,7 @@ Item {
anchors.right
:
displayRect
.
right
anchors.rightMargin
:
0
height
:
displayRect
.
height
width
:
5
width
:
root
.
baseUnit
/
3
color
:
'
red
'
opacity
:
0
Drag.active
:
trimOutMouseArea
.
drag
.
active
...
...
Write
Preview
Markdown
is supported
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