From kde-commits Tue Jul 31 23:59:12 2018 From: Aleix Pol Date: Tue, 31 Jul 2018 23:59:12 +0000 To: kde-commits Subject: [kalgebra] mobile/plugins/widgets/kde: Make the kirigami main window more comfortable on the desktop Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=153308156412775 Git commit 545cdfb00480e3e753723b40ef11e383bed2105c by Aleix Pol. Committed on 31/07/2018 at 23:57. Pushed by apol into branch 'master'. Make the kirigami main window more comfortable on the desktop M +2 -4 mobile/plugins/widgets/kde/KAlgebraMobile.qml https://commits.kde.org/kalgebra/545cdfb00480e3e753723b40ef11e383bed2105c diff --git a/mobile/plugins/widgets/kde/KAlgebraMobile.qml b/mobile/plugins= /widgets/kde/KAlgebraMobile.qml index 3950c1e..820678e 100644 --- a/mobile/plugins/widgets/kde/KAlgebraMobile.qml +++ b/mobile/plugins/widgets/kde/KAlgebraMobile.qml @@ -11,16 +11,14 @@ Kirigami.ApplicationWindow width: 900 visible: true = - header: Kirigami.ApplicationHeader {} - - contextDrawer: Kirigami.ContextDrawer {} - globalDrawer: Kirigami.GlobalDrawer { id: drawer = title: "KAlgebra" titleIcon: "qrc:/kalgebra.svgz" bannerImageSource: "qrc:/header.jpg" + modal: Kirigami.Settings.isMobile + drawerOpen: true = Instantiator { delegate: Kirigami.Action {