浏览代码

feat(map in info): use smaller map marker for map in info

ashilkn 1 年之前
父节点
当前提交
9fc7668ebd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/ui/viewer/file_details/location_tags_widget.dart

+ 1 - 0
lib/ui/viewer/file_details/location_tags_widget.dart

@@ -109,6 +109,7 @@ class _LocationTagsWidgetState extends State<LocationTagsWidget> {
                     ),
                   );
                 },
+                markerSize: const Size(45, 45),
               ),
             ),
           ),