kcms/time: Fix timezone dialog constantly popping up and down the keyboard while typing

We need to ensure that there isn't an index set on the listview
This commit is contained in:
Devin Lin 2024-03-17 23:26:34 -04:00
parent fbbb26139f
commit e35ec4d20e

View file

@ -113,6 +113,7 @@ SimpleKCM {
ListView {
id: listView
currentIndex: -1 // otherwise the vkbd will constantly open and close while typing
headerPositioning: ListView.OverlayHeader
implicitWidth: 18 * Kirigami.Units.gridUnit
implicitHeight: 18 * Kirigami.Units.gridUnit