Fix stack
This commit is contained in:
parent
d4c9753041
commit
b3f10ec1c6
@ -81,8 +81,6 @@ open class MoleculeStackView: Container {
|
|||||||
|
|
||||||
public override func updateView(_ size: CGFloat) {
|
public override func updateView(_ size: CGFloat) {
|
||||||
super.updateView(size)
|
super.updateView(size)
|
||||||
directionalLayoutMargins.leading = 0
|
|
||||||
directionalLayoutMargins.trailing = 0
|
|
||||||
for item in stackItems {
|
for item in stackItems {
|
||||||
item.updateView(size)
|
item.updateView(size)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user