CXTDT-542333 - RadioBox Padding
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
f432f6be0e
commit
4935db72d6
@ -38,7 +38,7 @@ open class RadioBoxItem: Control, Changeable, FormFieldable {
|
|||||||
$0.alignment = .top
|
$0.alignment = .top
|
||||||
$0.distribution = .fill
|
$0.distribution = .fill
|
||||||
$0.axis = .horizontal
|
$0.axis = .horizontal
|
||||||
$0.spacing = 12
|
$0.spacing = VDSLayout.space3X
|
||||||
}
|
}
|
||||||
|
|
||||||
private var selectorLeftLabelStackView = UIStackView().with {
|
private var selectorLeftLabelStackView = UIStackView().with {
|
||||||
@ -183,7 +183,7 @@ open class RadioBoxItem: Control, Changeable, FormFieldable {
|
|||||||
.pinTrailing(0, .defaultHigh)
|
.pinTrailing(0, .defaultHigh)
|
||||||
.pinBottom(0, .defaultHigh)
|
.pinBottom(0, .defaultHigh)
|
||||||
|
|
||||||
selectorStackView.pinToSuperView(.uniform(16))
|
selectorStackView.pinToSuperView(.uniform(VDSLayout.space3X))
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Resets to default settings.
|
/// Resets to default settings.
|
||||||
|
|||||||
@ -4,6 +4,7 @@
|
|||||||
- CXTDT-546821 - TextArea - Accessibility - input field is not receiving swipe focus
|
- CXTDT-546821 - TextArea - Accessibility - input field is not receiving swipe focus
|
||||||
- CXTDT-547200 - Carousel scrollbar – Accessibility - The scrollbar is receiving right/ left swipe focus
|
- CXTDT-547200 - Carousel scrollbar – Accessibility - The scrollbar is receiving right/ left swipe focus
|
||||||
- CXTDT-549888 - Pagination - Accessibility - Next/Previous
|
- CXTDT-549888 - Pagination - Accessibility - Next/Previous
|
||||||
|
- CXTDT-542333 - RadioBox Padding
|
||||||
|
|
||||||
1.0.59
|
1.0.59
|
||||||
----------------
|
----------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user