Skip to content

Commit

Permalink
Smaller loading indicator in About Page
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Jul 3, 2021
1 parent 6503b6e commit d77e4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/views/Settings part/AboutPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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),
),
Expand Down

0 comments on commit d77e4ae

Please sign in to comment.