Fix impplicit binding and stuff.
This commit is contained in:
@@ -16,7 +16,7 @@ Kirigami.ScrollablePage {
|
||||
signal enterRoom(var room)
|
||||
signal leaveRoom(var room)
|
||||
|
||||
title: "Spectral"
|
||||
title: "Rooms"
|
||||
actions {
|
||||
main: Kirigami.Action {
|
||||
iconName: "document-edit"
|
||||
|
||||
@@ -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