From d77e4ae48725ca3babb823ce84e0201105770d0c Mon Sep 17 00:00:00 2001 From: iqfareez Date: Sun, 4 Jul 2021 00:21:15 +0800 Subject: [PATCH] Smaller loading indicator in About Page --- lib/views/Settings part/AboutPage.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/views/Settings part/AboutPage.dart b/lib/views/Settings part/AboutPage.dart index a7ba9cc..4ead689 100644 --- a/lib/views/Settings part/AboutPage.dart +++ b/lib/views/Settings part/AboutPage.dart @@ -154,8 +154,8 @@ class AboutAppPage extends StatelessWidget { imageUrl: kAppIconUrl, progressIndicatorBuilder: (context, url, downloadProgress) => SizedBox( - height: 70, - width: 70, + height: 60, + width: 60, child: CircularProgressIndicator( value: downloadProgress.progress), ),