[vlc-devel] [PATCH 04/12] qml: change NetworkHomeDisplay's content spacing to margin_small and add topPadding
Prince Gupta
guptaprince8832 at gmail.com
Mon Aug 24 17:08:21 CEST 2020
---
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
--
2.25.1
More information about the vlc-devel
mailing list