[vlc-devel] [PATCH 05/27] qml: playlist set top drop indicator bar height to 1
Fatih Uzunoglu
fuzun54 at outlook.com
Fri Oct 9 18:56:26 CEST 2020
---
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
--
2.25.1
More information about the vlc-devel
mailing list