[vlc-devel] [PATCH 11/28] qml: set proper playlist item margins

Fatih Uzunoglu fuzun54 at outlook.com
Tue Jul 21 19:28:41 CEST 2020


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

diff --git a/modules/gui/qt/playlist/qml/PLItem.qml b/modules/gui/qt/playlist/qml/PLItem.qml
index 51735fa48d..5ba9c87edf 100644
--- a/modules/gui/qt/playlist/qml/PLItem.qml
+++ b/modules/gui/qt/playlist/qml/PLItem.qml
@@ -123,7 +123,6 @@ Rectangle {
             Item {
                 Layout.preferredHeight: VLCStyle.icon_normal
                 Layout.preferredWidth: VLCStyle.icon_normal
-                Layout.leftMargin: VLCStyle.margin_xsmall
 
                 DropShadow {
                     id: effect
@@ -160,7 +159,7 @@ Rectangle {
 
             Column {
                 Layout.fillWidth: true
-                Layout.leftMargin: VLCStyle.margin_small
+                Layout.leftMargin: VLCStyle.margin_large
 
                 Widgets.ListLabel {
                     id: textInfo
-- 
2.25.1



More information about the vlc-devel mailing list