correcting alignment func.
This commit is contained in:
parent
a04399516d
commit
cf41609210
@ -135,7 +135,7 @@ open class CaretButton: MFCustomButton, MVMCoreUIMoleculeViewProtocol, MVMCoreUI
|
||||
return true
|
||||
}
|
||||
|
||||
open func alignment() -> UIStackView.Alignment {
|
||||
open func horizontalAlignment() -> UIStackView.Alignment {
|
||||
return .leading
|
||||
}
|
||||
|
||||
|
||||
@ -211,6 +211,6 @@ extension CaretView: MVMCoreUIViewConstrainingProtocol {
|
||||
}
|
||||
|
||||
open func horizontalAlignment() -> UIStackView.Alignment {
|
||||
return UIStackView.Alignment.leading;
|
||||
return .leading
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user