Skip to content

Commit baf1307

Browse files
committed
fix controller land layout
1 parent 1dae795 commit baf1307

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/panel/controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class DirectionController extends StatelessWidget {
3434
return Stack(
3535
alignment: Alignment.center,
3636
children: <Widget>[
37-
SizedBox.expand(),
37+
SizedBox.fromSize(size: _DIRECTION_BUTTON_SIZE * 2.8),
3838
Transform.rotate(
3939
angle: math.pi / 4,
4040
child: Column(

lib/panel/page_land.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class PageLand extends StatelessWidget {
4545
),
4646
Spacer(),
4747
DirectionController(),
48+
SizedBox(height: 30),
4849
],
4950
),
5051
),

0 commit comments

Comments
 (0)