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
c45f0fef
Commit
c45f0fef
authored
May 15, 2020
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix timeline ruler incorrectly cut on small zoom
parent
051f3bcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/timeline2/view/qml/Ruler.qml
src/timeline2/view/qml/Ruler.qml
+1
-3
No files found.
src/timeline2/view/qml/Ruler.qml
View file @
c45f0fef
...
...
@@ -19,7 +19,7 @@
import
QtQuick
2.11
import
QtQuick
.
Controls
2.4
Rectangle
{
Item
{
id
:
rulerRoot
// The standard width for labels. Depends on format used (frame number or full timecode)
property
int
labelSize
:
fontMetrics
.
boundingRect
(
timeline
.
timecode
(
36000
)).
width
...
...
@@ -59,8 +59,6 @@ Rectangle {
tickRepeater
.
model
=
0
tickRepeater
.
model
=
scrollView
.
width
/
rulerRoot
.
tickSpacing
+
2
}
color
:
root
.
color
clip
:
true
// Timeline preview stuff
Repeater
{
...
...
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