mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 18:02:13 +02:00
Fix tablet login dialog logo size.
This commit is contained in:
parent
c3337f6c32
commit
c55f365af4
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,8 @@ FocusScope {
|
|||
Image {
|
||||
id: banner
|
||||
anchors.centerIn: parent
|
||||
sourceSize.width: 400
|
||||
sourceSize.height: 73
|
||||
source: "../../images/vircadia-logo.svg"
|
||||
horizontalAlignment: Image.AlignHCenter
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue