From 4dd794c08ffd2ef0f10618269d51fc367cae881c Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Fri, 8 May 2026 18:02:00 +0200 Subject: [PATCH] Applied #212 fix --- lib/presentation/views/main_menu/statistics_view.dart | 4 ++-- lib/presentation/widgets/tiles/quick_info_tile.dart | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/presentation/views/main_menu/statistics_view.dart b/lib/presentation/views/main_menu/statistics_view.dart index fc6de83..8659a2e 100644 --- a/lib/presentation/views/main_menu/statistics_view.dart +++ b/lib/presentation/views/main_menu/statistics_view.dart @@ -62,7 +62,7 @@ class _StatisticsViewState extends State { 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 { 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, diff --git a/lib/presentation/widgets/tiles/quick_info_tile.dart b/lib/presentation/widgets/tiles/quick_info_tile.dart index 5646fa5..79fa513 100644 --- a/lib/presentation/widgets/tiles/quick_info_tile.dart +++ b/lib/presentation/widgets/tiles/quick_info_tile.dart @@ -50,7 +50,7 @@ class _QuickInfoTileState extends State { width: widget.width ?? 180, decoration: CustomTheme.standardBoxDecoration, child: Column( - mainAxisAlignment: MainAxisAlignment.start, + mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [ Row( children: [