Use higher sidebar listview threshold

This commit is contained in:
Devin Lin 2022-12-18 11:43:16 -05:00 committed by Bart De Vries
parent 2131186cb6
commit d08dddd163
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ Kirigami.ApplicationWindow {
id: drawer
modal: false
readonly property real listViewThreshold: Kirigami.Units.gridUnit * 20
readonly property real listViewThreshold: Kirigami.Units.gridUnit * 22
readonly property real pinnedWidth: Kirigami.Units.gridUnit * 3
readonly property real widescreenSmallWidth: Kirigami.Units.gridUnit * 6