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