[vlmc-devel] Ruler.qml: Move the marker space to the top

Yikai Lu git at videolan.org
Mon Jul 18 15:39:52 CEST 2016


vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Mon Jul 18 17:01:56 2016 +0900| [bc7e6030ebdb2d40adbb0494c83c0d178a743d02] | committer: Yikai Lu

Ruler.qml: Move the marker space to the top

> https://code.videolan.org/videolan/vlmc/commit/bc7e6030ebdb2d40adbb0494c83c0d178a743d02
---

 src/Gui/timeline/Ruler.qml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/Gui/timeline/Ruler.qml b/src/Gui/timeline/Ruler.qml
index e7ad12f..0cc9a2e 100644
--- a/src/Gui/timeline/Ruler.qml
+++ b/src/Gui/timeline/Ruler.qml
@@ -9,6 +9,12 @@ Rectangle {
 
     Column {
         Rectangle {
+            height: 9
+            width: ruler.width
+            color: "#666666"
+        }
+
+        Rectangle {
             id: curveBorder
             height: 7
             width: parent.width
@@ -107,12 +113,6 @@ Rectangle {
                 }
             }
         }
-
-        Rectangle {
-            height: 9
-            width: ruler.width
-            color: "#666666"
-        }
     }
 
     MouseArea {



More information about the Vlmc-devel mailing list