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
|
] else
|
||||||
Flexible(
|
Flexible(
|
||||||
child: Row(
|
child: Row(
|
||||||
|
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||||
children: [
|
children: [
|
||||||
Flexible(
|
Flexible(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
|
@ -94,6 +95,7 @@ class _WelcomePageState extends State<WelcomePage> {
|
||||||
),
|
),
|
||||||
Flexible(
|
Flexible(
|
||||||
child: ListView(
|
child: ListView(
|
||||||
|
shrinkWrap: true,
|
||||||
children: _buildControls(context),
|
children: _buildControls(context),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue