forked from mirrors/linphone-iphone
Improve Layout selection of conference
This commit is contained in:
parent
2f5789a6f6
commit
54c3d391cb
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ class ConferenceDisplayModeSelectionCell : UITableViewCell {
|
|||
|
||||
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
|
||||
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
||||
contentView.height(ConferenceDisplayModeSelectionCell.cell_height).matchParentSideBorders().done()
|
||||
contentView.matchParentDimmensions().done()
|
||||
contentView.addSubview(radio)
|
||||
radio.alignParentLeft(withMargin: side_margins).centerY().done()
|
||||
contentView.addSubview(label)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue