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
5e6eba35
Commit
5e6eba35
authored
Jan 31, 2020
by
Jean-Baptiste Mardelle
Browse files
Try to make track icons larger on Windows
parent
189d5796
Pipeline
#14278
passed with stage
in 14 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/TrackHead.qml
View file @
5e6eba35
...
...
@@ -35,7 +35,7 @@ Rectangle {
property
int
myTrackHeight
property
int
trackId
:
-
42
property
int
buttonSize
:
root
.
baseUnit
*
1.8
property
int
iconSize
:
buttonSize
-
8
//Math.max(16, 8 * Math.round((buttonSize - 4)/ 8))
property
int
iconSize
:
buttonSize
-
4
property
string
trackTag
property
int
thumbsFormat
:
0
property
int
collapsedHeight
:
buttonSize
...
...
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