tablet: fixed welcome page layout on landscape
This commit is contained in:
parent
877a719212
commit
e229b59bd4
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,7 @@ class _WelcomePageState extends State<WelcomePage> {
|
|||
] else
|
||||
Flexible(
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||
children: [
|
||||
Flexible(
|
||||
child: Padding(
|
||||
|
@ -94,6 +95,7 @@ class _WelcomePageState extends State<WelcomePage> {
|
|||
),
|
||||
Flexible(
|
||||
child: ListView(
|
||||
shrinkWrap: true,
|
||||
children: _buildControls(context),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue