Applied #212 fix

This commit is contained in:
2026-05-08 18:02:00 +02:00
parent f6dccbfc76
commit cd7e61e2c7

View File

@@ -62,7 +62,7 @@ class _StatisticsViewState extends State<StatisticsView> {
children: [
QuickInfoTile(
width: constraints.maxWidth * 0.45,
height: constraints.maxHeight * 0.15,
height: constraints.maxHeight * 0.13,
title: loc.matches,
icon: Icons.groups_rounded,
value: matchCount,
@@ -70,7 +70,7 @@ class _StatisticsViewState extends State<StatisticsView> {
SizedBox(width: constraints.maxWidth * 0.05),
QuickInfoTile(
width: constraints.maxWidth * 0.45,
height: constraints.maxHeight * 0.15,
height: constraints.maxHeight * 0.13,
title: loc.groups,
icon: Icons.groups_rounded,
value: groupCount,