vlc | branch: master | Prince Gupta <guptaprince8...@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 <pie...@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 {

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to