Browse Source

qml: add some spacing at bottom of Browse Home view

pull/183/head
Prince Gupta 10 months ago
committed by Steve Lhomme
parent
commit
fd62bdbeb4
  1. 1
      modules/gui/qt/network/qml/BrowseHomeDisplay.qml

1
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

Loading…
Cancel
Save