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
91751751
Commit
91751751
authored
Mar 07, 2021
by
Jean-Baptiste Mardelle
Browse files
Hide frame on Master button
parent
773f41b1
Pipeline
#53347
passed with stage
in 10 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/Ruler.qml
View file @
91751751
...
...
@@ -116,7 +116,7 @@ Item {
Label
{
visible
:
parent
.
showText
anchors.top
:
parent
.
top
//anchors.topMargin: 2
opacity
:
0.7
text
:
timeline
.
timecode
(
parent
.
realPos
)
font
:
miniFont
color
:
activePalette
.
windowText
...
...
src/timeline2/view/qml/timeline.qml
View file @
91751751
...
...
@@ -763,6 +763,8 @@ Rectangle {
height
:
ruler
.
height
Button
{
text
:
parent
.
width
>
metrics
.
boundingRect
.
width
*
1.4
?
metrics
.
text
:
i18nc
(
"
Initial for Master
"
,
"
M
"
)
font
:
miniFont
flat
:
true
anchors.fill
:
parent
anchors.leftMargin
:
2
anchors.rightMargin
:
2
...
...
@@ -1339,7 +1341,7 @@ Rectangle {
// Non-slider scroll area for the Ruler.
id
:
rulercontainer
width
:
root
.
width
-
headerWidth
height
:
root
.
baseUnit
*
2.5
height
:
Math
.
round
(
root
.
baseUnit
*
2.5
)
contentX
:
scrollView
.
contentX
contentWidth
:
Math
.
max
(
parent
.
width
,
timeline
.
fullDuration
*
timeScale
)
interactive
:
false
...
...
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