[vlc-commits] qml: fix anchoring within layout
Fatih Uzunoglu
git at videolan.org
Fri Jul 24 11:46:05 CEST 2020
vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Mon Jul 6 22:28:15 2020 +0300| [63b23caae2a0351dbe2bad890dd81cac528e55fc] | committer: Pierre Lamot
qml: fix anchoring within layout
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=63b23caae2a0351dbe2bad890dd81cac528e55fc
---
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
More information about the vlc-commits
mailing list