[vlc-commits] qml: set proper playlist item margins

Fatih Uzunoglu git at videolan.org
Fri Jul 24 11:45:48 CEST 2020


vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Wed Jul  1 21:07:20 2020 +0300| [bbaecbf81a2e192bab6d6b6900754e4942ac93e4] | committer: Pierre Lamot

qml: set proper playlist item margins

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

 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



More information about the vlc-commits mailing list