vlc | branch: master | Fatih Uzunoglu <[email protected]> | Fri Oct  9 
19:56:26 2020 +0300| [9e4d426beb456c0e8e2f8d57c938e156e47cc779] | committer: 
Pierre Lamot

qml: playlist set top drop indicator bar height to 1

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e4d426beb456c0e8e2f8d57c938e156e47cc779
---

 modules/gui/qt/playlist/qml/PLItem.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/playlist/qml/PLItem.qml 
b/modules/gui/qt/playlist/qml/PLItem.qml
index e056774679..e1cfbe6f8e 100644
--- a/modules/gui/qt/playlist/qml/PLItem.qml
+++ b/modules/gui/qt/playlist/qml/PLItem.qml
@@ -80,7 +80,7 @@ Rectangle {
     Rectangle {
         z: 2
         width: parent.width
-        height: 2
+        height: 1
         anchors.top: parent.top
         antialiasing: true
         visible: dropVisible

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to