Skip to content

Commit

Permalink
Merge pull request #425 from ivpn/bugfix/secaucus-overlays-with-ny
Browse files Browse the repository at this point in the history
Secaucus overlays with NY on the map
  • Loading branch information
jurajhilje authored Feb 5, 2024
2 parents 4900d6f + 31d2f45 commit 3261111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IVPNClient/Scenes/MainScreen/Map/MapScrollView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class MapScrollView: UIScrollView {
marker.frame = CGRect(x: 55 - 3, y: 18, width: 6, height: 6)
}

if city == "New Jersey, NJ" {
if city == "Secaucus, NJ" {
button.titleEdgeInsets = UIEdgeInsets(top: 22, left: 93, bottom: 0, right: 0)
button.frame = CGRect(x: point.0 - 85, y: point.1 - 21, width: 170, height: 20)
marker.frame = CGRect(x: 85 - 3, y: 18, width: 6, height: 6)
Expand Down

0 comments on commit 3261111

Please sign in to comment.