This commit is contained in:
朱子楚\zhuzi
2023-03-15 00:36:49 +08:00
parent 8bfbfd63fb
commit 9e245fb533
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ Rectangle {
}
Timer{
id:tiemr
interval: 50
interval: 100
onTriggered: {
control.position = list_view.contentX/list_view.width
}