two column margin
This commit is contained in:
parent
dfa40752ea
commit
45afb55258
@ -20,7 +20,6 @@
|
||||
//------------------------------------------------------
|
||||
|
||||
let containingStack: Stack<StackModel>
|
||||
let stackSpacing: CGFloat = 5.0
|
||||
|
||||
//------------------------------------------------------
|
||||
// MARK: - Initializers
|
||||
@ -31,7 +30,7 @@
|
||||
(view: rightHeadlineBodyLink, model: StackItemModel(percent: 50, verticalAlignment: .leading))],
|
||||
axis: .horizontal)
|
||||
|
||||
containingStack = Stack<StackModel>.createStack(with: [stackHeadline1], spacing: 0)
|
||||
containingStack = Stack<StackModel>.createStack(with: [stackHeadline1], spacing: Padding.Component.gutterForApplicationWidth)
|
||||
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
||||
}
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
public override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
|
||||
stack = Stack<StackModel>.createStack(with: [(view: leftDropDown, model: StackItemModel(percent: 50, horizontalAlignment: .fill)),
|
||||
(view: rightDropDown, model: StackItemModel(percent: 50, horizontalAlignment: .fill))],
|
||||
axis: .horizontal, spacing: 9)
|
||||
axis: .horizontal, spacing: Padding.Component.gutterForApplicationWidth)
|
||||
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user