From fd62bdbeb42f2d439beac97351acc8796d6a2092 Mon Sep 17 00:00:00 2001 From: Prince Gupta Date: Sun, 8 Jun 2025 18:38:23 +0530 Subject: [PATCH] qml: add some spacing at bottom of Browse Home view --- modules/gui/qt/network/qml/BrowseHomeDisplay.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/qt/network/qml/BrowseHomeDisplay.qml b/modules/gui/qt/network/qml/BrowseHomeDisplay.qml index 9ea727668e..19e1f895d2 100644 --- a/modules/gui/qt/network/qml/BrowseHomeDisplay.qml +++ b/modules/gui/qt/network/qml/BrowseHomeDisplay.qml @@ -166,6 +166,7 @@ FocusScope { height: implicitHeight spacing: 0 // relied on the generous padding of ViewHeader instead + bottomPadding: VLCStyle.margin_normal // topPadding taken care by ViewHeader Navigation.parentItem: root