[vlc-devel] [PATCH 24/28] qml: fix anchoring within layout

Fatih Uzunoglu fuzun54 at outlook.com
Tue Jul 21 19:28:54 CEST 2020


---
 modules/gui/qt/playlist/qml/PlaylistListView.qml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/modules/gui/qt/playlist/qml/PlaylistListView.qml b/modules/gui/qt/playlist/qml/PlaylistListView.qml
index 243ee4728c..2e0474561f 100644
--- a/modules/gui/qt/playlist/qml/PlaylistListView.qml
+++ b/modules/gui/qt/playlist/qml/PlaylistListView.qml
@@ -219,11 +219,8 @@ Widgets.NavigableFocusScope {
 
             RowLayout {
                 id: content
-                anchors {
-                    bottom: view.top
-                }
 
-                Layout.preferredHeight: VLCStyle.icon_normal
+                Layout.topMargin: VLCStyle.margin_normal
                 Layout.leftMargin: root.leftPadding + VLCStyle.margin_normal
                 Layout.rightMargin: root.rightPadding + view.scrollBarWidth
 
-- 
2.25.1



More information about the vlc-devel mailing list