mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
Height, width, and centering updates.
This commit is contained in:
parent
b74ccef418
commit
01b02881dc
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue