Fix impplicit binding and stuff.

This commit is contained in:
Black
2020-02-12 14:44:00 -08:00
parent cd10a8474a
commit f25b79ab7e
6 changed files with 23 additions and 12 deletions

View File

@@ -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"

View File

@@ -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)
}
}
}