[vlc-commits] qml: add bottom padding to Playlist
Fatih Uzunoglu
git at videolan.org
Fri Jul 3 14:59:17 CEST 2020
vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Thu Jun 25 01:09:36 2020 +0300| [b4c263dff28747bbf55e87841d44aec4029b4b9c] | committer: Pierre Lamot
qml: add bottom padding to Playlist
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b4c263dff28747bbf55e87841d44aec4029b4b9c
---
modules/gui/qt/playlist/qml/PlaylistListView.qml | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/qt/playlist/qml/PlaylistListView.qml b/modules/gui/qt/playlist/qml/PlaylistListView.qml
index 3ea1683f52..d3ec752f91 100644
--- a/modules/gui/qt/playlist/qml/PlaylistListView.qml
+++ b/modules/gui/qt/playlist/qml/PlaylistListView.qml
@@ -121,6 +121,7 @@ Widgets.NavigableFocusScope {
ColumnLayout {
anchors.fill: parent
+ anchors.bottomMargin: VLCStyle.margin_normal
Row {
width: root.width
More information about the vlc-commits
mailing list