[vlc-commits] qml: change NetworkHomeDisplay's content spacing to margin_small and add topPadding

Prince Gupta git at videolan.org
Thu Aug 27 12:44:10 CEST 2020


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Tue Aug 18 20:14:03 2020 +0530| [7322b5f04474c79ad5a6a296038595a3f222621b] | committer: Pierre Lamot

qml: change NetworkHomeDisplay's content spacing to margin_small and add topPadding

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

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

 modules/gui/qt/network/qml/NetworkHomeDisplay.qml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/gui/qt/network/qml/NetworkHomeDisplay.qml b/modules/gui/qt/network/qml/NetworkHomeDisplay.qml
index 0c00fb9ebe..d9ad027f34 100644
--- a/modules/gui/qt/network/qml/NetworkHomeDisplay.qml
+++ b/modules/gui/qt/network/qml/NetworkHomeDisplay.qml
@@ -65,7 +65,8 @@ Widgets.NavigableFocusScope {
             width: parent.width
             height: implicitHeight
 
-            spacing: VLCStyle.margin_normal
+            topPadding: VLCStyle.margin_large
+            spacing: VLCStyle.margin_small
 
             Widgets.SubtitleLabel {
                 id: deviceLabel



More information about the vlc-commits mailing list