fix: update dialog size

pull/254/head
arturplaczek 3 years ago
parent a5107c0f1c
commit 01a44c3a51

@ -75,7 +75,7 @@ void _showPinballDialog({
builder: (_) { builder: (_) {
return Center( return Center(
child: SizedBox( child: SizedBox(
height: gameWidgetWidth, height: gameWidgetWidth * 0.87,
width: gameWidgetWidth, width: gameWidgetWidth,
child: child, child: child,
), ),

Loading…
Cancel
Save