Merge branch 'bugfix/legacy_horizontal_margin' into 'develop'
32 -> 16 horizontal margin ### Summary Bugfix from 32 -> 16 horizontal margins in legacy. ### JIRA Ticket https://onejira.verizon.com/browse/CXTDT-479911 Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com> See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1019
This commit is contained in:
commit
8869122b48
@ -17,7 +17,7 @@
|
||||
#import <MVMCoreUI/MVMCoreUI-Swift.h>
|
||||
|
||||
CGFloat const PaddingDefault = 24;
|
||||
CGFloat const PaddingDefaultHorizontalSpacing = 32;
|
||||
CGFloat const PaddingDefaultHorizontalSpacing = 16;
|
||||
CGFloat const PaddingDefaultVerticalSpacing = 32;
|
||||
CGFloat const PaddingDefaultVerticalSpacing3 = 24;
|
||||
CGFloat const PaddingBetweenFields = 24;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user