updated spacing issue
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
0aab83c4cb
commit
83ce02e879
@ -207,7 +207,7 @@ open class ModalDialog: View, UIScrollViewDelegate, ParentViewProtocol {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if addedTitle && addedContent {
|
if addedTitle && addedContent {
|
||||||
contentStackView.setCustomSpacing(contentLabelTopSpace, after: titleLabel)
|
contentStackView.spacing = contentLabelTopSpace
|
||||||
}
|
}
|
||||||
|
|
||||||
closeCrossButton.isHidden = modalModel.hideCloseButton
|
closeCrossButton.isHidden = modalModel.hideCloseButton
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user