[vlc-commits] qml: add spacing and margins in playlist button group of Player widget

Prince Gupta git at videolan.org
Mon Feb 8 10:00:26 UTC 2021


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Wed Jan 20 21:16:03 2021 +0530| [0b6d5bd211f43060b653b2309086832c41d1c6fa] | committer: Pierre Lamot

qml: add spacing and margins in playlist button group of Player widget

Signed-off-by: Pierre Lamot <pierre at videolabs.io>

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

 modules/gui/qt/player/qml/Player.qml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/gui/qt/player/qml/Player.qml b/modules/gui/qt/player/qml/Player.qml
index ed36c18931..435b8364c8 100644
--- a/modules/gui/qt/player/qml/Player.qml
+++ b/modules/gui/qt/player/qml/Player.qml
@@ -119,7 +119,9 @@ Widgets.NavigableFocusScope {
 
             Row {
                 anchors.right: parent.right
+                anchors.rightMargin: VLCStyle.applicationHorizontalMargin + VLCStyle.margin_xxsmall
                 focus: true
+                spacing: VLCStyle.margin_xxsmall
                 KeyNavigation.down: playlistpopup.state === "visible" ? playlistpopup : (audioControls.visible ? audioControls : controlBarView)
 
                 Widgets.IconToolButton {



More information about the vlc-commits mailing list