CXTDT-420885 - spacing between items in groups update
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
8c043a3c38
commit
9f1e8d84e0
@ -83,7 +83,7 @@ open class CheckboxGroup: SelectorGroupHandlerBase<CheckboxItem> {
|
|||||||
$0.alignment = .fill
|
$0.alignment = .fill
|
||||||
$0.distribution = .fill
|
$0.distribution = .fill
|
||||||
$0.axis = .vertical
|
$0.axis = .vertical
|
||||||
$0.spacing = 10
|
$0.spacing = VDSLayout.Spacing.space6X.value
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|||||||
@ -56,7 +56,7 @@ open class RadioBoxGroup: SelectorGroupSelectedHandlerBase<RadioBoxItem> {
|
|||||||
private var mainStackView: UIStackView = {
|
private var mainStackView: UIStackView = {
|
||||||
return UIStackView().with {
|
return UIStackView().with {
|
||||||
$0.translatesAutoresizingMaskIntoConstraints = false
|
$0.translatesAutoresizingMaskIntoConstraints = false
|
||||||
$0.spacing = 12
|
$0.spacing = VDSLayout.Spacing.space3X.value
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|||||||
@ -76,7 +76,7 @@ open class RadioButtonGroup: SelectorGroupSelectedHandlerBase<RadioButtonItem> {
|
|||||||
$0.alignment = .fill
|
$0.alignment = .fill
|
||||||
$0.distribution = .fill
|
$0.distribution = .fill
|
||||||
$0.axis = .vertical
|
$0.axis = .vertical
|
||||||
$0.spacing = 10
|
$0.spacing = VDSLayout.Spacing.space6X.value
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user