[vlc-commits] qml: reposition video expand delegate in Video grid view
Prince Gupta
git at videolan.org
Mon Jan 4 13:37:38 UTC 2021
vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Fri Dec 11 19:38:59 2020 +0530| [5e400e1173d4eed0207152b97fb5ee7c3a0b268a] | committer: Pierre Lamot
qml: reposition video expand delegate in Video grid view
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5e400e1173d4eed0207152b97fb5ee7c3a0b268a
---
modules/gui/qt/medialibrary/qml/VideoDisplay.qml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/gui/qt/medialibrary/qml/VideoDisplay.qml b/modules/gui/qt/medialibrary/qml/VideoDisplay.qml
index 9a9e36e0c6..782873e682 100644
--- a/modules/gui/qt/medialibrary/qml/VideoDisplay.qml
+++ b/modules/gui/qt/medialibrary/qml/VideoDisplay.qml
@@ -174,6 +174,8 @@ Widgets.NavigableFocusScope {
expandDelegate: VideoInfoExpandPanel {
onRetract: videosGV.retract()
+ x: 0
+ width: videosGV.width
navigationParent: videosGV
navigationCancel: function() { videosGV.retract() }
navigationUp: function() { videosGV.retract() }
More information about the vlc-commits
mailing list