From 272072ef1e5bb4e8fe8b02c91e7389fc5c6a2f54 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 18 Jan 2021 17:43:51 +0100 Subject: [PATCH] Enable 2 columns mode the first page of this kcm will be treated as a sidebar if the window is wide enough --- kcms/users/package/contents/ui/main.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kcms/users/package/contents/ui/main.qml b/kcms/users/package/contents/ui/main.qml index 39752e153..a0e095cbb 100644 --- a/kcms/users/package/contents/ui/main.qml +++ b/kcms/users/package/contents/ui/main.qml @@ -34,7 +34,8 @@ KCM.ScrollViewKCM { id: root title: i18n("Manage Users") - + // Make the first page a sidebar + Kirigami.ColumnView.fillWidth: false LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft LayoutMirroring.childrenInherit: true