summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2020-07-23 11:43:30 +0300
committerAndrej Mihajlov <and@mullvad.net>2020-07-23 15:13:24 +0300
commit9b44e7681b0cf6c4a0a8709a99cc9b859ea62a50 (patch)
tree5b5e1421ce73dcc8d58a1ca44095825330e4c47a
parente832a304f7d382f1f1f1d86bd2bed300544e40dc (diff)
downloadmullvadvpn-9b44e7681b0cf6c4a0a8709a99cc9b859ea62a50.tar.xz
mullvadvpn-9b44e7681b0cf6c4a0a8709a99cc9b859ea62a50.zip
Bump the collapse button width to account for scrollbar
-rw-r--r--ios/MullvadVPN/SelectLocationCell.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/SelectLocationCell.swift b/ios/MullvadVPN/SelectLocationCell.swift
index a3f87d3850..6d61f5eafa 100644
--- a/ios/MullvadVPN/SelectLocationCell.swift
+++ b/ios/MullvadVPN/SelectLocationCell.swift
@@ -118,7 +118,7 @@ class SelectLocationCell: BasicTableViewCell {
locationLabel.topAnchor.constraint(equalTo: contentView.layoutMarginsGuide.topAnchor),
locationLabel.bottomAnchor.constraint(equalTo: contentView.layoutMarginsGuide.bottomAnchor),
- collapseButton.widthAnchor.constraint(equalToConstant: 64),
+ collapseButton.widthAnchor.constraint(equalToConstant: 70),
collapseButton.topAnchor.constraint(equalTo: contentView.topAnchor),
collapseButton.trailingAnchor.constraint(equalTo: contentView.trailingAnchor),
collapseButton.bottomAnchor.constraint(equalTo: contentView.bottomAnchor)