[vlmc-devel] main.qml: Make the left area longer

Yikai Lu git at videolan.org
Tue Aug 16 03:36:57 CEST 2016


vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Mon Aug 15 17:45:34 2016 -0500| [545e5fd2ec42521026c2de2bc51320818de02d62] | committer: Yikai Lu

main.qml: Make the left area longer

> https://code.videolan.org/videolan/vlmc/commit/545e5fd2ec42521026c2de2bc51320818de02d62
---

 src/Gui/timeline/main.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Gui/timeline/main.qml b/src/Gui/timeline/main.qml
index 75ce920..f8b5749 100644
--- a/src/Gui/timeline/main.qml
+++ b/src/Gui/timeline/main.qml
@@ -11,7 +11,7 @@ Rectangle {
 
     property int length // in frames
     property int cursorPosition: 0 // in frames
-    property int initPosOfCursor: 100
+    property int initPosOfCursor: 150
     property double ppu: 10 // Pixels Per minimum Unit
     property double unit: 3000 // In milliseconds therefore ppu / unit = Pixels Per milliseconds
     property double fps: 29.97



More information about the Vlmc-devel mailing list