mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
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:
parent
fbbb26139f
commit
e35ec4d20e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue