[vlc-devel] [PATCH 23/23] qml: set proper spacing between playlist items
Fatih Uzunoglu
fuzun54 at outlook.com
Thu Jul 2 15:22:08 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 bcb46d5419..bf2ecc903d 100644
--- a/modules/gui/qt/playlist/qml/PLItem.qml
+++ b/modules/gui/qt/playlist/qml/PLItem.qml
@@ -50,7 +50,7 @@ Rectangle {
// This item will become the parent of the dragged item during the drag operation
//property alias draggedItemParent: draggable_item.draggedItemParent
- height: Math.max( VLCStyle.fontHeight_normal, VLCStyle.icon_normal ) + VLCStyle.margin_xxsmall
+ height: Math.max( VLCStyle.fontHeight_normal, VLCStyle.icon_normal ) + VLCStyle.margin_xsmall
property bool dropVisible: false
--
2.25.1
More information about the vlc-devel
mailing list