Commit 08dfc123 authored by Ewann's avatar Ewann Committed by Chromium LUCI CQ

[iOS][Settings] Updates icon size & padding

This CL updates the icon size and padding from Settings.

Bug: 922511
Change-Id: Ia72ccb117bd3b6312698b572dbabe731ce6bab5d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2567212Reviewed-by: default avatarGauthier Ambard <gambard@chromium.org>
Commit-Queue: Ewann Pellé <ewannpv@chromium.org>
Cr-Commit-Position: refs/heads/master@{#833202}
parent aabb7f0f
......@@ -21,8 +21,8 @@ const CGFloat kTableViewCellSelectionAnimationDuration = 0.15;
const CGFloat kUseDefaultFontSize = 0.0;
const CGFloat kTableViewLabelVerticalTopSpacing = 13.0;
const CGFloat kTableViewAccessoryWidth = 40;
const CGFloat kTableViewIconImageSize = 28;
const CGFloat kTableViewImagePadding = 12;
const CGFloat kTableViewIconImageSize = 30;
const CGFloat kTableViewImagePadding = 14;
NSString* const kMaskedPassword = @"••••••••";
NSString* const kTableViewCellInfoButtonViewId =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment