From 9ef208d72aa33c3526b8c878095764bab791143f Mon Sep 17 00:00:00 2001 From: Bossanyi Tibor Date: Sun, 12 Jul 2020 17:45:12 +0200 Subject: [PATCH] wt1.0 customer data modification fix --- i18n/hu.json | 2 +- lib/view/customer_goal_page.dart | 3 +++ lib/view/customer_welcome_page.dart | 8 ++++---- lib/view/menu_page.dart | 1 - 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/i18n/hu.json b/i18n/hu.json index 2c1ea6a..e03577c 100644 --- a/i18n/hu.json +++ b/i18n/hu.json @@ -93,6 +93,6 @@ "Your Body Type": "Milyen a testtípusod?", "Ectomorph": "Ectomorf", "Endomorph":"Endomorf", - "Mezomorph":"Mezomorf" + "Mesomorph":"Mezomorf" } \ No newline at end of file diff --git a/lib/view/customer_goal_page.dart b/lib/view/customer_goal_page.dart index 66ff316..30320cb 100644 --- a/lib/view/customer_goal_page.dart +++ b/lib/view/customer_goal_page.dart @@ -50,9 +50,12 @@ class _CustomerGoalPageState extends State { image: DecorationImage( image: AssetImage('asset/image/WT_light_background.png'), fit: BoxFit.cover, + alignment: Alignment.center, ), ), + height: double.infinity, + width: double.infinity, child: SingleChildScrollView( child: Center( child: Column( diff --git a/lib/view/customer_welcome_page.dart b/lib/view/customer_welcome_page.dart index f4cfa07..918e15a 100644 --- a/lib/view/customer_welcome_page.dart +++ b/lib/view/customer_welcome_page.dart @@ -41,10 +41,10 @@ class _CustomerWelcomePageState extends State { child: Center( child: Column( children: [ - Divider(), - - - + Divider(color: Colors.transparent,), + Divider(color: Colors.transparent,), + Divider(color: Colors.transparent,), + Divider(color: Colors.transparent,), RaisedButton( color: Colors.orange, diff --git a/lib/view/menu_page.dart b/lib/view/menu_page.dart index d8b5aa2..c2f8a4c 100644 --- a/lib/view/menu_page.dart +++ b/lib/view/menu_page.dart @@ -65,7 +65,6 @@ class _MenuPageState extends State { alignment: Alignment.center, ), ), - child: CustomScrollView( scrollDirection: Axis.vertical, slivers: [