From e9d44e5e815080c88b849db4ab07e8949c48bd10 Mon Sep 17 00:00:00 2001 From: CitronMeister Date: Fri, 1 Dec 2023 17:48:27 +0100 Subject: [PATCH] Update profil_screen.dart changed title of page to include "concept page" --- lib/screens/profil_screen.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/screens/profil_screen.dart b/lib/screens/profil_screen.dart index d5f8bd6db..b9e1b497d 100644 --- a/lib/screens/profil_screen.dart +++ b/lib/screens/profil_screen.dart @@ -73,7 +73,7 @@ class ProfileScreen extends StatelessWidget { crossAxisAlignment: CrossAxisAlignment.start, children: const [ Text( - 'Profil', + 'Profil - concept page', textAlign: TextAlign.left, style: TextStyle( fontWeight: FontWeight.bold, @@ -94,7 +94,7 @@ class ProfileScreen extends StatelessWidget { key: const Key('EditUser'), padding: portrait ? const EdgeInsets.fromLTRB(0, 0, 0, 0) - : const EdgeInsets.fromLTRB(700, 0, 40, 0), + : const EdgeInsets.fromLTRB(310, 0, 40, 0), color: Colors.black, icon: const Icon(Icons.create_outlined, size: 50), onPressed: () {