Fix tablet login dialog logo size.

This commit is contained in:
Kasen IO 2020-06-07 20:47:53 -04:00
parent c3337f6c32
commit c55f365af4

View file

@ -129,6 +129,8 @@ FocusScope {
Image { Image {
id: banner id: banner
anchors.centerIn: parent anchors.centerIn: parent
sourceSize.width: 400
sourceSize.height: 73
source: "../../images/vircadia-logo.svg" source: "../../images/vircadia-logo.svg"
horizontalAlignment: Image.AlignHCenter horizontalAlignment: Image.AlignHCenter
} }