From d94aeb9af641a192fd0b892097e75ee9f1a02faf Mon Sep 17 00:00:00 2001 From: Marcel Kummer Date: Sun, 24 Apr 2022 14:46:22 +0200 Subject: [PATCH] [ios] Settings: Fix spacing between disclosure indicator and selected option (#2448) * [ios] Fix placeholder text typo: Drivinig -> Driving Signed-off-by: Marcel Kummer * [ios] Adjust spacing to disclosure indicator in settings The settings table view has several cells that show the currently selected value on the right, next to the disclosure indicator. In comparison to Apple's apps, the content was too close to the indicator triangle. Refer to the iOS Settings app for example. This change gives the selected value a bit more space by placing it where Interface Builder snaps automatically. The new position is (most likely) the same as used in Apple's apps. Signed-off-by: Marcel Kummer --- iphone/Maps/UI/Storyboard/Settings.storyboard | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/iphone/Maps/UI/Storyboard/Settings.storyboard b/iphone/Maps/UI/Storyboard/Settings.storyboard index abebf6cdf2..6acff39893 100644 --- a/iphone/Maps/UI/Storyboard/Settings.storyboard +++ b/iphone/Maps/UI/Storyboard/Settings.storyboard @@ -32,7 +32,7 @@