fix: update dialog size

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

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

Loading…
Cancel
Save