wt1.0 customer data modification fix

This commit is contained in:
Bossanyi Tibor 2020-07-12 17:45:12 +02:00
parent 3b1b169db9
commit 9ef208d72a
4 changed files with 8 additions and 6 deletions

View File

@ -93,6 +93,6 @@
"Your Body Type": "Milyen a testtípusod?",
"Ectomorph": "Ectomorf",
"Endomorph":"Endomorf",
"Mezomorph":"Mezomorf"
"Mesomorph":"Mezomorf"
}

View File

@ -50,9 +50,12 @@ class _CustomerGoalPageState extends State<CustomerGoalPage> {
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(

View File

@ -41,10 +41,10 @@ class _CustomerWelcomePageState extends State<CustomerWelcomePage> {
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,

View File

@ -65,7 +65,6 @@ class _MenuPageState extends State<MenuPage> {
alignment: Alignment.center,
),
),
child: CustomScrollView(
scrollDirection: Axis.vertical,
slivers: <Widget>[