[App] Always show drawer on Desktop

Summary: A drawer is not good UX on the desktop. Only collapse it when on mobile or window is very narrow

Test Plan:
{F6319485}
{F6319492}

Reviewers: #kde_connect, albertvaka

Reviewed By: #kde_connect, albertvaka

Subscribers: albertvaka, kdeconnect

Tags: #kde_connect

Differential Revision: https://phabricator.kde.org/D16122
This commit is contained in:
Nicolas Fella 2018-10-11 00:34:22 +02:00
parent 283211b4eb
commit 7307cd2709

View file

@ -61,6 +61,9 @@ Kirigami.ApplicationWindow
titleIcon: "kdeconnect"
// bannerImageSource: "/home/apol/devel/kde5/share/wallpapers/Next/contents/images/1024x768.png"
modal: !root.wideScreen
handleVisible: !root.wideScreen
topContent: [
TextField {
Layout.fillWidth: true