vlc | branch: master | Fatih Uzunoglu <[email protected]> | Mon Aug  3 
19:19:44 2020 +0300| [0ee52f8244b8f4d77916543778b4c1a2f3cca0a4] | committer: 
Pierre Lamot

qml: set spacing for PlayerButtonsLayout & MiniPlayer

Signed-off-by: Pierre Lamot <[email protected]>

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

 modules/gui/qt/player/qml/MiniPlayer.qml          | 2 ++
 modules/gui/qt/player/qml/PlayerButtonsLayout.qml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/modules/gui/qt/player/qml/MiniPlayer.qml 
b/modules/gui/qt/player/qml/MiniPlayer.qml
index 507a282d0c..ac2525d93b 100644
--- a/modules/gui/qt/player/qml/MiniPlayer.qml
+++ b/modules/gui/qt/player/qml/MiniPlayer.qml
@@ -90,6 +90,8 @@ Widgets.NavigableFocusScope {
                     bottomMargin: VLCStyle.applicationVerticalMargin
                 }
 
+                spacing: VLCStyle.margin_normal
+
                 Widgets.FocusBackground {
                     id: playingItemInfo
                     Layout.fillHeight: true
diff --git a/modules/gui/qt/player/qml/PlayerButtonsLayout.qml 
b/modules/gui/qt/player/qml/PlayerButtonsLayout.qml
index 5188252e1a..ab9c462031 100644
--- a/modules/gui/qt/player/qml/PlayerButtonsLayout.qml
+++ b/modules/gui/qt/player/qml/PlayerButtonsLayout.qml
@@ -47,6 +47,8 @@ RowLayout{
 
     anchors.fill: parent
 
+    spacing: VLCStyle.margin_normal
+
     Repeater{
         id: buttonsRepeater
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to