From 00506df5a1175f1635c5db6825f157ea43f7c4e0 Mon Sep 17 00:00:00 2001 From: Simon Ding Date: Fri, 26 Jul 2024 13:12:40 +0800 Subject: [PATCH] change image width --- ui/lib/welcome_page.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/lib/welcome_page.dart b/ui/lib/welcome_page.dart index 20f89f7..e54bfbb 100644 --- a/ui/lib/welcome_page.dart +++ b/ui/lib/welcome_page.dart @@ -46,8 +46,8 @@ class WelcomePage extends ConsumerWidget { child: Column( children: [ SizedBox( - width: 130, - height: 195, + width: 140, + height: 210, child: Image.network( "${APIs.imagesUrl}/${item.id}/poster.jpg", fit: BoxFit.fill, @@ -55,7 +55,7 @@ class WelcomePage extends ConsumerWidget { ), ), SizedBox( - width: 130, + width: 140, child: LinearProgressIndicator( value: 1, color: item.status == "downloaded"