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
f0164c54
Commit
f0164c54
authored
Apr 09, 2020
by
Jean-Baptiste Mardelle
Browse files
Adjust minimum timeline icon size to reduce artifacts
parent
42f21317
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
f0164c54
...
...
@@ -281,7 +281,7 @@ Rectangle {
property
int
scrollMin
:
scrollView
.
contentX
/
timeline
.
scaleFactor
property
int
scrollMax
:
scrollMin
+
scrollView
.
contentItem
.
width
/
timeline
.
scaleFactor
property
double
dar
:
16
/
9
property
int
collapsedHeight
:
Math
.
max
(
2
0
,
baseUnit
*
1.8
)
property
int
collapsedHeight
:
Math
.
max
(
2
8
,
baseUnit
*
1.8
)
property
bool
paletteUnchanged
:
true
onSeekingFinishedChanged
:
{
...
...
Bruno Santos
@bsantos
mentioned in issue
#620 (closed)
·
Apr 09, 2020
mentioned in issue
#620 (closed)
mentioned in issue #620
Toggle commit list
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