From 4bcc524b2c3fadb610a06438d507386b7456601b Mon Sep 17 00:00:00 2001 From: Max Mannstein Date: Sun, 5 Oct 2025 14:14:26 +0200 Subject: [PATCH] Update SubscriptionOfferPopup layout and adjust application version to 1.280 --- gehGassiApp/gehGassiApp/Views/Account/RegisterView.xaml.cs | 4 ++-- .../gehGassiApp/Views/Popups/SubscriptionOfferPopup.xaml | 4 ++-- gehGassiApp/gehGassiApp/gehGassiApp.csproj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gehGassiApp/gehGassiApp/Views/Account/RegisterView.xaml.cs b/gehGassiApp/gehGassiApp/Views/Account/RegisterView.xaml.cs index 1c23623..5d639b8 100644 --- a/gehGassiApp/gehGassiApp/Views/Account/RegisterView.xaml.cs +++ b/gehGassiApp/gehGassiApp/Views/Account/RegisterView.xaml.cs @@ -32,11 +32,11 @@ public partial class RegisterView : BaseContentPage await ViewModel.DisappearingAsync(this); } - //Workaround für den IOS-Bug der Höhenberechnung! Siehe https://github.com/dotnet/maui/issues/8820 + //Workaround f�r den IOS-Bug der H�henberechnung! Siehe https://github.com/dotnet/maui/issues/8820 private void rootGrid_SizeChanged(object sender, EventArgs e) { #if IOS - ((IView)rootScrollView).InvalidateMeasure(); + // ((IView)rootScrollView).InvalidateMeasure(); #endif } } \ No newline at end of file diff --git a/gehGassiApp/gehGassiApp/Views/Popups/SubscriptionOfferPopup.xaml b/gehGassiApp/gehGassiApp/Views/Popups/SubscriptionOfferPopup.xaml index 6631b53..c2da599 100644 --- a/gehGassiApp/gehGassiApp/Views/Popups/SubscriptionOfferPopup.xaml +++ b/gehGassiApp/gehGassiApp/Views/Popups/SubscriptionOfferPopup.xaml @@ -12,7 +12,6 @@ VerticalOptions="Center"> @@ -32,7 +31,7 @@ @@ -42,6 +41,7 @@ HeightRequest="120" HorizontalOptions="Center" Source="coins.png" + Margin="0,-30,0,0" VerticalOptions="Center" WidthRequest="120" /> diff --git a/gehGassiApp/gehGassiApp/gehGassiApp.csproj b/gehGassiApp/gehGassiApp/gehGassiApp.csproj index 4f0e660..d1585a8 100644 --- a/gehGassiApp/gehGassiApp/gehGassiApp.csproj +++ b/gehGassiApp/gehGassiApp/gehGassiApp.csproj @@ -22,8 +22,8 @@ 284D2BDB-7FFC-485A-968F-8440A92578FE - 1.278 - 278 + 1.280 + 280 15.0 29.0