Height, width, and centering updates.

This commit is contained in:
Kasen IO 2020-06-06 18:40:19 -04:00
parent b74ccef418
commit 01b02881dc
2 changed files with 5 additions and 2 deletions

View file

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

View file

@ -23,8 +23,9 @@ Rectangle {
spacing: 5
Image {
sourceSize.width: 295
sourceSize.height: 75
anchors.centerIn: parent
sourceSize.width: 358
sourceSize.height: 65
source: "../../../images/about-vircadia.png"
}
Item { height: 30; width: 1 }