mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-21 15:50:59 +00:00
Fix reply height
This commit is contained in:
parent
f43bbdbff3
commit
61d5c99579
1 changed files with 1 additions and 0 deletions
|
@ -397,6 +397,7 @@ private extension StatusView {
|
|||
containerStackView.addArrangedSubview(reportSelectionSwitch)
|
||||
reportSelectionSwitch.setContentCompressionResistancePriority(.required, for: .horizontal)
|
||||
reportSelectionSwitch.setContentHuggingPriority(.required, for: .horizontal)
|
||||
reportSelectionSwitch.setContentHuggingPriority(.defaultLow, for: .vertical)
|
||||
reportSelectionSwitch.isHidden = true
|
||||
|
||||
NSLayoutConstraint.activate([
|
||||
|
|
Loading…
Reference in a new issue