mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
temporal fix for the scroll issue in GridView
This commit is contained in:
parent
bc71a654e7
commit
780ce7c2b2
@ -339,6 +339,12 @@ Rectangle {
|
|||||||
currentIndex: 0
|
currentIndex: 0
|
||||||
cacheBuffer: 0
|
cacheBuffer: 0
|
||||||
|
|
||||||
|
footer: Rectangle { //fix for the scroll issue, TODO find what causes the issue (some times the bottoms cells are hidden for the toolbar, no full scroll)
|
||||||
|
height : 25
|
||||||
|
width : parent.width
|
||||||
|
color : backgroundColor
|
||||||
|
}
|
||||||
|
|
||||||
move: Transition {
|
move: Transition {
|
||||||
NumberAnimation { properties: "x,y"; duration: 250 }
|
NumberAnimation { properties: "x,y"; duration: 250 }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user