Skip to content

Commit cd6960d

Browse files
committed
Update a max barcode size according to designs
1 parent 8550a4f commit cd6960d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/POS/Presentation/Barcode Scanner Setup/PointOfSaleBarcodeScannerSetupStepViews.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct PointOfSaleBarcodeScannerBarcodeView: View {
4747

4848
extension PointOfSaleBarcodeScannerBarcodeView {
4949
enum Constants {
50-
static let maxBarcodeSize: CGFloat = 168
50+
static let maxBarcodeSize: CGFloat = 142
5151
}
5252
}
5353

0 commit comments

Comments
 (0)