vlc | branch: master | Pierre Lamot <[email protected]> | Tue Jul 30 10:53:39 2019 +0200| [29a3ed24b9a4c3973dd51b7ed7b6599ab271b149] | committer: Jean-Baptiste Kempf
qml: playlist is placed on the right in the medialib view Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=29a3ed24b9a4c3973dd51b7ed7b6599ab271b149 --- modules/gui/qt/qml/mediacenter/MCMainDisplay.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt/qml/mediacenter/MCMainDisplay.qml b/modules/gui/qt/qml/mediacenter/MCMainDisplay.qml index c4a22ff8eb..37f00d8cba 100644 --- a/modules/gui/qt/qml/mediacenter/MCMainDisplay.qml +++ b/modules/gui/qt/qml/mediacenter/MCMainDisplay.qml @@ -208,7 +208,7 @@ Utils.NavigableFocusScope { bottom: parent.bottom } focus: false - edge: Utils.DrawerExt.Edges.Top + edge: Utils.DrawerExt.Edges.Right property var previousFocus: undefined _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
