update
parent
8bfbfd63fb
commit
9e245fb533
|
@ -34,7 +34,7 @@ FluWindow {
|
|||
fontStyle: FluText.Title
|
||||
}
|
||||
FluText{
|
||||
text:"v1.0.7"
|
||||
text:"v1.0.8"
|
||||
fontStyle: FluText.Body
|
||||
Layout.alignment: Qt.AlignBottom
|
||||
}
|
||||
|
|
|
@ -48,7 +48,7 @@ Rectangle {
|
|||
}
|
||||
Timer{
|
||||
id:tiemr
|
||||
interval: 50
|
||||
interval: 100
|
||||
onTriggered: {
|
||||
control.position = list_view.contentX/list_view.width
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue