mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-30 04:31:16 +02:00
Fix tabletAboutDialog fit for logo.
This commit is contained in:
parent
fda40d56d4
commit
085b9e11c5
1 changed files with 3 additions and 4 deletions
|
@ -23,10 +23,9 @@ Rectangle {
|
||||||
spacing: 5
|
spacing: 5
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
anchors.centerIn: parent
|
width: 400; height: 73
|
||||||
sourceSize.width: 358
|
fillMode: Image.PreserveAspectFit
|
||||||
sourceSize.height: 65
|
source: "../../../images/vircadia-logo.svg"
|
||||||
source: "../../../images/about-vircadia.png"
|
|
||||||
}
|
}
|
||||||
Item { height: 30; width: 1 }
|
Item { height: 30; width: 1 }
|
||||||
Column {
|
Column {
|
||||||
|
|
Loading…
Reference in a new issue