[vlc-commits] qml: set spacing for PlayerButtonsLayout & MiniPlayer
Fatih Uzunoglu
git at videolan.org
Thu Aug 27 12:44:46 CEST 2020
vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Mon Aug 3 19:19:44 2020 +0300| [0ee52f8244b8f4d77916543778b4c1a2f3cca0a4] | committer: Pierre Lamot
qml: set spacing for PlayerButtonsLayout & MiniPlayer
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> 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
More information about the vlc-commits
mailing list