Fix impplicit binding and stuff.
This commit is contained in:
@@ -164,8 +164,8 @@ Kirigami.ScrollablePage {
|
||||
Layout.fillWidth: true
|
||||
|
||||
innerObject: ImageDelegate {
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: info.h
|
||||
Layout.preferredWidth: Math.min(320, info.w)
|
||||
Layout.preferredHeight: Math.min(320, info.h)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user