浏览代码

Minor change

ashilkn 2 年之前
父节点
当前提交
e0efe2e059
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/ui/viewer/location/location_screen.dart

+ 2 - 2
lib/ui/viewer/location/location_screen.dart

@@ -252,10 +252,10 @@ class _GalleryHeaderWidgetState extends State<GalleryHeaderWidget> {
                 if (value == null) {
                 if (value == null) {
                   return RepaintBoundary(
                   return RepaintBoundary(
                     child: EnteLoadingWidget(
                     child: EnteLoadingWidget(
-                      size: 10,
+                      size: 12,
                       color: getEnteColorScheme(context).strokeMuted,
                       color: getEnteColorScheme(context).strokeMuted,
                       alignment: Alignment.centerLeft,
                       alignment: Alignment.centerLeft,
-                      padding: 5,
+                      padding: 2.5,
                     ),
                     ),
                   );
                   );
                 } else {
                 } else {