Commit 3f5785f2 authored by Ewann's avatar Ewann Committed by Commit Bot

[iOS] Updates custom separator thickness

This CL updates the custom separator thickness to match the 'default'
separator.


Bug: 1106669
Change-Id: I49f8e0c1df6169826e27dfff0685ea9395922a05
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352734
Commit-Queue: Ewann Pellé <ewannpv@chromium.org>
Reviewed-by: default avatarMark Cogan <marq@chromium.org>
Cr-Commit-Position: refs/heads/master@{#798090}
parent c7867fe9
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#endif #endif
namespace { namespace {
const CGFloat kTableViewCustomSeparatorHeight = 0.75; const CGFloat kTableViewCustomSeparatorHeight = 0.5;
} // namespace } // namespace
@interface TableViewCell () @interface TableViewCell ()
......
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