Skip to content

Commit

Permalink
fix(@desktop/onboarding) update logo size
Browse files Browse the repository at this point in the history
Fixes #6821
  • Loading branch information
faust4exe committed Aug 12, 2022
1 parent e67d649 commit 46d10e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/AppLayouts/Onboarding/views/LoginView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ Item {
PropertyChanges {
target: image
source: Style.png("status-logo")
Layout.preferredHeight: 140
Layout.preferredWidth: 140
Layout.preferredHeight: 128
Layout.preferredWidth: 128
}
PropertyChanges {
target: title
Expand Down

0 comments on commit 46d10e7

Please sign in to comment.