make the sidebar less wide

This commit is contained in:
Mathis Brüchert 2021-05-27 08:48:36 +02:00 committed by Bart De Vries
parent e78965051c
commit afce79ce87

View File

@ -46,6 +46,7 @@ Kirigami.ApplicationWindow {
globalDrawer: Kirigami.GlobalDrawer {
isMenu: false
modal: Kirigami.Settings.isMobile
width: Kirigami.Settings.isMobile ? Layout.implicitWidth : Kirigami.Units.gridUnit * 10
header: Kirigami.AbstractApplicationHeader {
visible: !Kirigami.Settings.isMobile
}