Enable 2 columns mode

the first page of this kcm will be treated as a sidebar if the window is wide enough
wilder-5.24
Marco Martin 5 years ago committed by Devin Lin
parent 31e74d021b
commit 272072ef1e
  1. 3
      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

Loading…
Cancel
Save