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.
|
||||
var spacing: CGFloat = 16 {
|
||||
didSet {
|
||||
if spacing != oldValue {
|
||||
if spacing != oldValue {
|
||||
restack()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user