Browse Source

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

ashilkn 1 year ago
parent
commit
9fc7668ebd
1 changed files with 1 additions and 0 deletions
  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),
               ),
             ),
           ),