aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-02-17 20:43:57 -0600
committerIván Ávalos <avalos@disroot.org>2022-02-17 20:43:57 -0600
commitbd06016e9ca3bc7ae5a40e605aee5f453c48b52c (patch)
tree12ffc2220ae17f7b4beacc6eee93d22bfd057ca9
parent14b9111835155200a2c5c52dbbf11e9e4f6df19a (diff)
parentbf3436368992746e306c8bd492b70e136ff70f45 (diff)
downloadetbsa-trackermap-mobile-bd06016e9ca3bc7ae5a40e605aee5f453c48b52c.tar.gz
etbsa-trackermap-mobile-bd06016e9ca3bc7ae5a40e605aee5f453c48b52c.tar.bz2
etbsa-trackermap-mobile-bd06016e9ca3bc7ae5a40e605aee5f453c48b52c.zip
Merge branch 'ios_app' of https://git.sr.ht/~avalos/trackermap-mobile into ios_app
-rw-r--r--iosApp/iosApp/Details/DetailsView.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/iosApp/iosApp/Details/DetailsView.swift b/iosApp/iosApp/Details/DetailsView.swift
index 1b86d2b..c869369 100644
--- a/iosApp/iosApp/Details/DetailsView.swift
+++ b/iosApp/iosApp/Details/DetailsView.swift
@@ -64,6 +64,7 @@ struct DetailsView: View {
let type = Marker.companion
.categoryToMarkerType(category: category)
Image(MarkerTransformations.markerTypeToImageName(markerType: type))
+ .sizeToFit()
} else {
EmptyView()
}