vlc | branch: master | Abel Tesfaye <[email protected]> | Wed Jul 31 10:37:35 2019 +0300| [134660f5dfd2535a5a025b51c818f049272eff3e] | committer: Jean-Baptiste Kempf
qml: flick Album to Vertical only Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=134660f5dfd2535a5a025b51c818f049272eff3e --- modules/gui/qt/qml/mediacenter/MusicAlbumsDisplay.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/qt/qml/mediacenter/MusicAlbumsDisplay.qml b/modules/gui/qt/qml/mediacenter/MusicAlbumsDisplay.qml index 40dd0661c0..ecb3ab8446 100644 --- a/modules/gui/qt/qml/mediacenter/MusicAlbumsDisplay.qml +++ b/modules/gui/qt/qml/mediacenter/MusicAlbumsDisplay.qml @@ -112,6 +112,7 @@ Utils.NavigableFocusScope { id: gridView_id activeFocusOnTab:true + flickableDirection: Flickable.VerticalFlick cellWidth: VLCStyle.cover_normal + VLCStyle.margin_small cellHeight: VLCStyle.cover_normal + VLCStyle.fontHeight_normal * 2 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
