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?", "Your Body Type": "Milyen a testtípusod?",
"Ectomorph": "Ectomorf", "Ectomorph": "Ectomorf",
"Endomorph":"Endomorf", "Endomorph":"Endomorf",
"Mezomorph":"Mezomorf" "Mesomorph":"Mezomorf"
} }

View File

@ -50,9 +50,12 @@ class _CustomerGoalPageState extends State<CustomerGoalPage> {
image: DecorationImage( image: DecorationImage(
image: AssetImage('asset/image/WT_light_background.png'), image: AssetImage('asset/image/WT_light_background.png'),
fit: BoxFit.cover, fit: BoxFit.cover,
alignment: Alignment.center, alignment: Alignment.center,
), ),
), ),
height: double.infinity,
width: double.infinity,
child: SingleChildScrollView( child: SingleChildScrollView(
child: Center( child: Center(
child: Column( child: Column(

View File

@ -41,10 +41,10 @@ class _CustomerWelcomePageState extends State<CustomerWelcomePage> {
child: Center( child: Center(
child: Column( child: Column(
children: [ children: [
Divider(), Divider(color: Colors.transparent,),
Divider(color: Colors.transparent,),
Divider(color: Colors.transparent,),
Divider(color: Colors.transparent,),
RaisedButton( RaisedButton(
color: Colors.orange, color: Colors.orange,

View File

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