Skip to content

Commit d77e4ae

Browse files
committed
Smaller loading indicator in About Page
1 parent 6503b6e commit d77e4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/views/Settings part/AboutPage.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ class AboutAppPage extends StatelessWidget {
154154
imageUrl: kAppIconUrl,
155155
progressIndicatorBuilder:
156156
(context, url, downloadProgress) => SizedBox(
157-
height: 70,
158-
width: 70,
157+
height: 60,
158+
width: 60,
159159
child: CircularProgressIndicator(
160160
value: downloadProgress.progress),
161161
),

0 commit comments

Comments
 (0)