mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 21:23:19 +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
|
||||
|
||||
Image {
|
||||
anchors.centerIn: parent
|
||||
sourceSize.width: 358
|
||||
sourceSize.height: 65
|
||||
source: "../../../images/about-vircadia.png"
|
||||
width: 400; height: 73
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: "../../../images/vircadia-logo.svg"
|
||||
}
|
||||
Item { height: 30; width: 1 }
|
||||
Column {
|
||||
|
|
Loading…
Reference in a new issue