Improve Layout selection of conference

This commit is contained in:
Christophe Deschamps 2022-06-15 15:08:30 +02:00
parent 2f5789a6f6
commit 54c3d391cb

View file

@ -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)