[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:
parent
283211b4eb
commit
7307cd2709
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue