remove extra space
This commit is contained in:
parent
486cbfdc31
commit
710fbfefba
@ -53,7 +53,7 @@ public class MoleculeStackView: ViewConstrainingView {
|
|||||||
/// The spacing to use between each item in the stack.
|
/// The spacing to use between each item in the stack.
|
||||||
var spacing: CGFloat = 16 {
|
var spacing: CGFloat = 16 {
|
||||||
didSet {
|
didSet {
|
||||||
if spacing != oldValue {
|
if spacing != oldValue {
|
||||||
restack()
|
restack()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user