[vlc-commits] qml: playlist set top drop indicator bar height to 1
Fatih Uzunoglu
git at videolan.org
Thu Oct 15 10:32:34 CEST 2020
vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | 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
More information about the vlc-commits
mailing list