mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 23:36:44 +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 {
|
Image {
|
||||||
id: banner
|
id: banner
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
sourceSize.width: 500
|
||||||
|
sourceSize.height: 91
|
||||||
source: "../images/vircadia-logo.svg"
|
source: "../images/vircadia-logo.svg"
|
||||||
horizontalAlignment: Image.AlignHCenter
|
horizontalAlignment: Image.AlignHCenter
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,8 +23,9 @@ Rectangle {
|
||||||
spacing: 5
|
spacing: 5
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
sourceSize.width: 295
|
anchors.centerIn: parent
|
||||||
sourceSize.height: 75
|
sourceSize.width: 358
|
||||||
|
sourceSize.height: 65
|
||||||
source: "../../../images/about-vircadia.png"
|
source: "../../../images/about-vircadia.png"
|
||||||
}
|
}
|
||||||
Item { height: 30; width: 1 }
|
Item { height: 30; width: 1 }
|
||||||
|
|
Loading…
Reference in a new issue