Correct sizing

This commit is contained in:
Hillel Coren 2021-05-27 23:19:16 +03:00
parent 846c5f1bed
commit a53cdc28e2
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ class _VariableGrid extends StatelessWidget {
shrinkWrap: true,
primary: true,
crossAxisCount: 2,
childAspectRatio: ((constraints.maxWidth / 2) - 8) / 200,
childAspectRatio: ((constraints.maxWidth / 2) - 8) / 50,
children: fields
.map(
(field) => TextButton(