Skip to content
Snippets Groups Projects
Commit 1748af35 authored by luyikei's avatar luyikei
Browse files

Timeline: Introduce a const value of the padding of the timeline

parent 7a275db8
No related branches found
No related tags found
No related merge requests found
......@@ -360,13 +360,15 @@ Rectangle {
id: sView
height: page.height
width: page.width
flickableItem.contentWidth: Math.max( page.width, ftop( length ) + initPosOfCursor + 100 )
readonly property int sViewPadding: 50
flickableItem.contentWidth: Math.max( page.width, ftop( length ) + initPosOfCursor + sViewPadding )
Flickable {
Column {
width: parent.width
Row {
width: parent.width
Rectangle {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment