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
2f243d35
Commit
2f243d35
authored
Mar 19, 2020
by
Jean-Baptiste Mardelle
Browse files
Make timeline timecode font slightly larger
parent
e0193bf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
2f243d35
...
...
@@ -232,7 +232,7 @@ Rectangle {
property
int
headerWidth
:
timeline
.
headerWidth
()
property
int
activeTool
:
0
property
real
baseUnit
:
fontMetrics
.
font
.
pixelSize
property
real
fontUnit
:
fontMetrics
.
font
.
pointSize
*
0.9
property
real
fontUnit
:
fontMetrics
.
font
.
pointSize
property
color
selectedTrackColor
:
Qt
.
rgba
(
activePalette
.
highlight
.
r
,
activePalette
.
highlight
.
g
,
activePalette
.
highlight
.
b
,
0.2
)
property
color
frameColor
:
Qt
.
rgba
(
activePalette
.
shadow
.
r
,
activePalette
.
shadow
.
g
,
activePalette
.
shadow
.
b
,
0.3
)
property
bool
autoScrolling
:
timeline
.
autoScroll
...
...
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