diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-05-09 11:16:24 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-05-09 11:16:24 +0200 |
| commit | a77dce6a754ba73868f36e04f5c44688e8b544d9 (patch) | |
| tree | 15aad49deaba5acd373b1db8978a7df510d8c896 | |
| parent | 8b8f2df0a6b5ab8c2fdbe4935997a5ebc45eb4ab (diff) | |
| parent | eae1ca4be47764cb8971e11064d3fbbbc7934ad6 (diff) | |
| download | mullvadvpn-a77dce6a754ba73868f36e04f5c44688e8b544d9.tar.xz mullvadvpn-a77dce6a754ba73868f36e04f5c44688e8b544d9.zip | |
Merge branch 'ios-1181_the_case_of_the_errant_ellipsis'
| -rw-r--r-- | ios/MullvadVPN/View controllers/SelectLocation/LocationSectionHeaderFooterView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/View controllers/SelectLocation/LocationSectionHeaderFooterView.swift b/ios/MullvadVPN/View controllers/SelectLocation/LocationSectionHeaderFooterView.swift index 0b6b443b5e..ec379ea7e6 100644 --- a/ios/MullvadVPN/View controllers/SelectLocation/LocationSectionHeaderFooterView.swift +++ b/ios/MullvadVPN/View controllers/SelectLocation/LocationSectionHeaderFooterView.swift @@ -109,7 +109,7 @@ extension LocationSectionHeaderFooterView { struct Configuration: UIContentConfiguration, Equatable { let name: String let style: Style - var directionalEdgeInsets = NSDirectionalEdgeInsets(top: 0, leading: 16, bottom: 0, trailing: 16) + var directionalEdgeInsets = NSDirectionalEdgeInsets(top: 0, leading: 16, bottom: 0, trailing: 8) var primaryAction: UIAction? func makeContentView() -> UIView & UIContentView { |
