fix(@desktop/onboarding) update logo size

Fixes #6821
This commit is contained in:
PavelS 2022-08-10 16:42:09 +03:00 committed by PavelS
parent e67d649c46
commit 46d10e7452
1 changed files with 2 additions and 2 deletions

View File

@ -431,8 +431,8 @@ Item {
PropertyChanges { PropertyChanges {
target: image target: image
source: Style.png("status-logo") source: Style.png("status-logo")
Layout.preferredHeight: 140 Layout.preferredHeight: 128
Layout.preferredWidth: 140 Layout.preferredWidth: 128
} }
PropertyChanges { PropertyChanges {
target: title target: title