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
65c0f59e
Commit
65c0f59e
authored
Jan 07, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix i18n warning on startup
parent
c0be97ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/monitor/view/kdenliveclipmonitor.qml
View file @
65c0f59e
...
...
@@ -18,13 +18,13 @@ Item {
property
double
zoom
property
double
scalex
property
double
scaley
property
bool
dropped
property
string
fps
property
bool
showMarkers
property
bool
showTimecode
property
bool
showFps
property
bool
showSafezone
property
bool
showAudiothumb
property
bool
dropped
:
false
property
string
fps
:
'
-
'
property
bool
showMarkers
:
false
property
bool
showTimecode
:
false
property
bool
showFps
:
false
property
bool
showSafezone
:
false
property
bool
showAudiothumb
:
false
property
bool
showToolbar
:
false
property
string
clipName
:
controller
.
clipName
property
real
baseUnit
:
fontMetrics
.
font
.
pixelSize
*
0.8
...
...
src/monitor/view/kdenlivemonitor.qml
View file @
65c0f59e
...
...
@@ -16,13 +16,13 @@ Item {
property
double
zoom
property
double
scalex
property
double
scaley
property
bool
dropped
property
string
fps
property
bool
showMarkers
property
bool
showTimecode
property
bool
showFps
property
bool
showSafezone
property
bool
showAudiothumb
property
bool
dropped
:
false
property
string
fps
:
'
-
'
property
bool
showMarkers
:
false
property
bool
showTimecode
:
false
property
bool
showFps
:
false
property
bool
showSafezone
:
false
property
bool
showAudiothumb
:
false
property
real
baseUnit
:
fontMetrics
.
font
.
pixelSize
*
0.8
property
int
duration
:
300
property
int
mouseRulerPos
:
0
...
...
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