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
09363b85
Commit
09363b85
authored
Apr 15, 2020
by
Jean-Baptiste Mardelle
Browse files
Slightly larger default track height
parent
9a320f5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
09363b85
...
...
@@ -1762,7 +1762,7 @@ bool MainWindow::readOptions()
// Default unit for timeline.qml objects size
int
baseUnit
=
qMax
(
28
,
(
int
)
(
QFontInfo
(
ft
).
pixelSize
()
*
1.8
+
0.5
));
if
(
KdenliveSettings
::
trackheight
()
==
0
)
{
int
trackHeight
=
qMax
(
50
,
2
*
baseUnit
+
6
);
int
trackHeight
=
qMax
(
50
,
(
int
)
(
2.
2
*
baseUnit
+
6
)
)
;
KdenliveSettings
::
setTrackheight
(
trackHeight
);
}
if
(
KdenliveSettings
::
headerwidth
()
==
0
)
{
...
...
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