[vlmc-devel] Timeline: Shorten the margin between TrackContainers
    Yikai Lu 
    git at videolan.org
       
    Mon Aug  7 19:18:42 CEST 2017
    
    
  
vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Tue Aug  8 01:49:47 2017 +0900| [a826c873000793784b241ffafc604abad19b3487] | committer: Yikai Lu
Timeline: Shorten the margin between TrackContainers
> https://code.videolan.org/videolan/vlmc/commit/a826c873000793784b241ffafc604abad19b3487
---
 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 8a444d24..d619ddcd 100644
--- a/src/Gui/timeline/main.qml
+++ b/src/Gui/timeline/main.qml
@@ -678,7 +678,7 @@ Rectangle {
             Rectangle {
                 id: containerMarginItem
                 anchors.top: videoTrackContainer.bottom
-                height: 20
+                height: 5
                 width: parent.width
                 gradient: Gradient {
                     GradientStop {
    
    
More information about the Vlmc-devel
mailing list