From 7a80c1a792e2c208f0ef773522db94027242fdb5 Mon Sep 17 00:00:00 2001 From: mathiskirchner Date: Wed, 24 Dec 2025 13:08:25 +0100 Subject: [PATCH] adjust heightFactor for empty game state in home view --- lib/presentation/views/main_menu/home_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/presentation/views/main_menu/home_view.dart b/lib/presentation/views/main_menu/home_view.dart index 06b647c..ade8f6e 100644 --- a/lib/presentation/views/main_menu/home_view.dart +++ b/lib/presentation/views/main_menu/home_view.dart @@ -144,7 +144,7 @@ class _HomeViewState extends State { const SizedBox(height: 8), ] else ...[ const Center( - heightFactor: 4, + heightFactor: 5.35, child: Text('No second game available.'), ), ],