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
48d199ad
Commit
48d199ad
authored
Jun 09, 2020
by
Jean-Baptiste Mardelle
Browse files
Cleaner monitor ticks in ruler
parent
14c8779e
Pipeline
#22990
passed with stage
in 14 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/view/MonitorRuler.qml
View file @
48d199ad
...
...
@@ -86,10 +86,9 @@ Rectangle {
id
:
rulerTicks
model
:
ruler
.
width
/
frameSize
+
2
Rectangle
{
property
int
realPos
:
index
x
:
realPos
*
frameSize
x
:
index
*
frameSize
anchors.bottom
:
ruler
.
bottom
height
:
(
realPos
%
4
)?
((
realPos
%
2
)
?
3
:
7
)
:
1
2
height
:
(
index
%
5
)
?
ruler
.
height
/
4
:
ruler
.
height
/
2
width
:
1
color
:
activePalette
.
windowText
opacity
:
0.5
...
...
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