Applied #212 fix
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / lint (pull_request) Successful in 49s

This commit is contained in:
2026-05-08 18:02:00 +02:00
parent 87ea5b47ee
commit 4dd794c08f
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -50,7 +50,7 @@ class _QuickInfoTileState extends State<QuickInfoTile> {
width: widget.width ?? 180, width: widget.width ?? 180,
decoration: CustomTheme.standardBoxDecoration, decoration: CustomTheme.standardBoxDecoration,
child: Column( child: Column(
mainAxisAlignment: MainAxisAlignment.start, mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [ children: [
Row( Row(
children: [ children: [