udpated spacing
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
8c3bce746e
commit
1d1bab13d0
@ -58,7 +58,7 @@ open class EntryFieldBase: Control, Changeable, FormFieldInternalValidatable {
|
||||
/// only used for helperTextPosition == .right
|
||||
internal let row1StackView = UIStackView().with {
|
||||
$0.axis = .horizontal
|
||||
$0.spacing = 8
|
||||
$0.spacing = VDSLayout.space3X
|
||||
$0.alignment = .top
|
||||
$0.distribution = .fillEqually
|
||||
}
|
||||
@ -66,7 +66,7 @@ open class EntryFieldBase: Control, Changeable, FormFieldInternalValidatable {
|
||||
/// only used for helperTextPosition == .right
|
||||
internal let row2StackView = UIStackView().with {
|
||||
$0.axis = .horizontal
|
||||
$0.spacing = 8
|
||||
$0.spacing = VDSLayout.space3X
|
||||
$0.alignment = .top
|
||||
$0.distribution = .fillEqually
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user