[vlmc-devel] Clip.qml: Change the height of the effects item

Yikai Lu git at videolan.org
Wed Aug 3 14:36:30 CEST 2016


vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Tue Aug  2 14:51:19 2016 +0900| [cddec81aab921c3557afda93f0cce16147c35ecb] | committer: Yikai Lu

Clip.qml: Change the height of the effects item

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

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

diff --git a/src/Gui/timeline/Clip.qml b/src/Gui/timeline/Clip.qml
index 8afa97a..d3d065f 100644
--- a/src/Gui/timeline/Clip.qml
+++ b/src/Gui/timeline/Clip.qml
@@ -321,7 +321,7 @@ Rectangle {
 
     Rectangle {
         id: effectsItem
-        height: clip.height / 3
+        height: clip.height / 5
         width: clip.width
         anchors.bottom: clip.bottom
         visible: effectsTextItem.text ? true : false



More information about the Vlmc-devel mailing list