| Index: ios/chrome/browser/ui/qr_scanner/qr_scanner_view.mm
|
| diff --git a/ios/chrome/browser/ui/qr_scanner/qr_scanner_view.mm b/ios/chrome/browser/ui/qr_scanner/qr_scanner_view.mm
|
| index 7c85551e45584ef0cdf314f91cab0bedd5daecb3..7c01a2585d88df3f7942c687dffceac07817b607 100644
|
| --- a/ios/chrome/browser/ui/qr_scanner/qr_scanner_view.mm
|
| +++ b/ios/chrome/browser/ui/qr_scanner/qr_scanner_view.mm
|
| @@ -41,7 +41,7 @@ const CGFloat kViewportBorderShadowRadius = 10.0;
|
| // Padding of the viewport caption, below the viewport.
|
| const CGFloat kViewportCaptionVerticalPadding = 14.0;
|
| // Padding of the viewport caption from the edges of the superview.
|
| -const CGFloat kViewportCaptionHorizontalPadding = 20.0;
|
| +const CGFloat kViewportCaptionHorizontalPadding = 31.0;
|
| // Shadow opacity of the viewport caption.
|
| const CGFloat kViewportCaptionShadowOpacity = 1.0;
|
| // Shadow radius of the viewport caption.
|
|
|