nblockchain / geewallet

geewallet is a non-custodial, minimalistic & pragmatist opensource crossplatform lightweight brainwallet to hold the most important cryptoassets in the same application with ease & peace of mind
MIT License
61 stars 37 forks source link

Frontend.XF(WelcomePage): change layout to Grid #269

Closed knocte closed 6 months ago

knocte commented 6 months ago

Use Grid instead of StackLayout so that our upcoming Maui app's layout is fixed. See [1] for more info.

This commit was extracted from the MAUI PR [2].

[1] https://github.com/dotnet/maui/wiki/Xamarin.Forms----MAUI.Controls-Layout-Differences#stacklayout [2] https://github.com/nblockchain/geewallet/pull/241

Co-authored-by: webwarrior-ws <reg@webwarrior.ws>