[vlmc-devel] Timeline: Fix wrong position of the Fx button on a high-resolution/ dpi display

Yikai Lu git at videolan.org
Mon Oct 24 04:52:59 CEST 2016


vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Sun Oct 23 21:35:48 2016 -0500| [6f8806523953fab1ec272e2ed2a9b64f33a99ef0] | committer: Yikai Lu

Timeline: Fix wrong position of the Fx button on a high-resolution/dpi display

> https://code.videolan.org/videolan/vlmc/commit/6f8806523953fab1ec272e2ed2a9b64f33a99ef0
---

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

diff --git a/src/Gui/timeline/Track.qml b/src/Gui/timeline/Track.qml
index ada2754..74f9207 100644
--- a/src/Gui/timeline/Track.qml
+++ b/src/Gui/timeline/Track.qml
@@ -386,7 +386,7 @@ Item {
 
         Row {
             anchors.verticalCenter: parent.verticalCenter
-            x: parent.width / 2
+            x: trackText.y + trackText.contentWidth + 10
             spacing: 4
 
             PropertyButton {



More information about the Vlmc-devel mailing list