Explorar o código

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

ashilkn hai 1 ano
pai
achega
9fc7668ebd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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),
               ),
             ),
           ),