From 31a748d987f51de6435552c6cbadee139c7ba36e Mon Sep 17 00:00:00 2001 From: nilsreichardt Date: Thu, 10 Oct 2024 19:12:32 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20text=20layout=20for=20"Entwickler=20unter?= =?UTF-8?q?st=C3=BCtzen"=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/lib/settings/src/subpages/my_profile/my_profile_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/settings/src/subpages/my_profile/my_profile_page.dart b/app/lib/settings/src/subpages/my_profile/my_profile_page.dart index 549f5d5b6..3f0575815 100644 --- a/app/lib/settings/src/subpages/my_profile/my_profile_page.dart +++ b/app/lib/settings/src/subpages/my_profile/my_profile_page.dart @@ -282,7 +282,7 @@ class _PrivacyOptOut extends StatelessWidget { onChanged: (isEnabled) => setCollectionEnabled(isEnabled), ), description: const Padding( - padding: EdgeInsets.only(left: 56, right: 20), + padding: EdgeInsets.only(left: 41, right: 20), child: Text( "Durch das Teilen von anonymen Nutzerdaten hilfst du uns, die App noch einfacher und benutzerfreundlicher zu machen.", style: TextStyle(fontSize: 11, color: Colors.grey),