Change-Id: I06a9fc228a045f18b6d706abbbd50a6c3a1bcec9
@@ -7,7 +7,7 @@ Rectangle {
color: "black"
- height: width/imageModel.data(modelIndex, PictureModel.RatioRole)
+ height: Math.ceil(width/imageModel.data(modelIndex, PictureModel.RatioRole))
width: parent.width
Image {
@@ -21,7 +21,7 @@ View {
property int feedRate: 100
// 0 is abutting
- property int verticalOffset: 1
+ property int verticalOffset: 5
property real pace: 1
property bool globalWorld: false
property bool fixedRotation: true