[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: fix excessive top padding in `HomePage`
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Jul 24 19:34:38 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
745fee74 by Fatih Uzunoglu at 2026-07-24T19:06:17+00:00
qml: fix excessive top padding in `HomePage`
- - - - -
759f7bea by Fatih Uzunoglu at 2026-07-24T19:06:17+00:00
qml: fix excessive top padding in `BrowseHomeDisplay`
- - - - -
2 changed files:
- modules/gui/qt/medialibrary/qml/HomePage.qml
- modules/gui/qt/network/qml/BrowseHomeDisplay.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/HomePage.qml
=====================================
@@ -91,8 +91,7 @@ Widgets.PageExt {
boundsBehavior: Flickable.StopAtBounds
// FIXME: make the media rows positioners consider the flickable margins when adjusting flickable `contentY`.
- topMargin: VLCStyle.layoutTitle_top_padding
- bottomMargin: topMargin
+ bottomMargin: VLCStyle.margin_large
pixelAligned: (MainCtx.qtVersion() >= MainCtx.qtVersionCheck(6, 2, 5)) // QTBUG-103996
&& (Screen.pixelDensity >= VLCStyle.highPixelDensityThreshold) // no need for sub-pixel alignment with high pixel density
=====================================
modules/gui/qt/network/qml/BrowseHomeDisplay.qml
=====================================
@@ -206,6 +206,8 @@ Widgets.PageExt {
text: qsTr("Folders")
+ topPadding: 0
+
anchors.left: parent.left
anchors.right: parent.right
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/87e08036c537b2802ad7887587af0d88331bdaa7...759f7beae2829663a11272fd98abca7ae978cf2b
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/87e08036c537b2802ad7887587af0d88331bdaa7...759f7beae2829663a11272fd98abca7ae978cf2b
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list