diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-02-17 20:34:07 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-02-17 20:34:07 -0600 |
commit | 14b9111835155200a2c5c52dbbf11e9e4f6df19a (patch) | |
tree | 21d28031f1ad1f21c434b7a22d5923954d43966d /iosApp | |
parent | 51d6a29e387dbb3e657ba681be42b9c443522bea (diff) | |
parent | bf1538105bfd91f80ad5437c7157c539f2291e56 (diff) | |
download | etbsa-trackermap-mobile-14b9111835155200a2c5c52dbbf11e9e4f6df19a.tar.gz etbsa-trackermap-mobile-14b9111835155200a2c5c52dbbf11e9e4f6df19a.tar.bz2 etbsa-trackermap-mobile-14b9111835155200a2c5c52dbbf11e9e4f6df19a.zip |
Merge branch 'ios_app' of https://git.sr.ht/~avalos/trackermap-mobile into ios_app
Diffstat (limited to 'iosApp')
-rw-r--r-- | iosApp/iosApp/Devices/DeviceRow.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iosApp/iosApp/Devices/DeviceRow.swift b/iosApp/iosApp/Devices/DeviceRow.swift index 31ffbc0..0439fff 100644 --- a/iosApp/iosApp/Devices/DeviceRow.swift +++ b/iosApp/iosApp/Devices/DeviceRow.swift @@ -38,7 +38,7 @@ struct DeviceRow: View { /* MARK: - Device icon */ let category = Marker.companion.categoryToMarkerType(category: unit.device.category) Image(MarkerTransformations.markerTypeToImageName(markerType: category)) - .imageScale(.large) + .sizeToFitSquare(sideLength: 40.0) .padding(5.0) getSharedContent() |