[vlc-commits] qml: set proper spacing between playlist items

Fatih Uzunoglu git at videolan.org
Fri Jul 3 14:59:24 CEST 2020


vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Fri Jun 26 23:10:05 2020 +0300| [cd7fbaf66e0ba1a62e8de931e619142da95078e1] | committer: Pierre Lamot

qml: set proper spacing between playlist items

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

 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
 



More information about the vlc-commits mailing list