From f81b22631cc97b4db4e5ce3cfb38eec63579616f Mon Sep 17 00:00:00 2001 From: Nils Reichardt Date: Thu, 10 Oct 2024 19:25:53 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20text=20layout=20for=20"Entwickler=20unter?= =?UTF-8?q?st=C3=BCtzen"=20option=20(#1759)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | Before | After | |--------|--------| | ![image](https://github.com/user-attachments/assets/1285ae19-9ed6-42b0-9ca7-1616298d1427) | ![image](https://github.com/user-attachments/assets/84deb5eb-e320-4951-99fd-18a8db9ae44f) | --- 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 c13b78bcd..af56f0b35 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 @@ -284,7 +284,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),