Skip to content

Commit e84ab55

Browse files
committed
Fixed mid size content scaling
1 parent 3b85546 commit e84ab55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TOPasscodeViewController/Models/TOPasscodeViewContentLayout.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ + (TOPasscodeViewContentLayout *)mediumScreenContentLayout
101101
contentLayout.titleLabelHorizontalBottomSpacing = 18.0f;
102102

103103
/* Circle Row Configuration */
104-
contentLayout.circleRowDiameter = 12.5f;
104+
contentLayout.circleRowDiameter = 13.5f;
105105
contentLayout.circleRowSpacing = 26.0f;
106106
contentLayout.circleRowBottomSpacing = 53.0f;
107107

0 commit comments

Comments
 (0)