chore: Don't limit number of lines on translation info text
This commit is contained in:
parent
ec80ad39ef
commit
98154ec2c3
|
@ -191,7 +191,7 @@ public final class StatusView: UIView {
|
||||||
let label = UILabel()
|
let label = UILabel()
|
||||||
label.font = UIFontMetrics(forTextStyle: .footnote).scaledFont(for: .systemFont(ofSize: 13, weight: .regular))
|
label.font = UIFontMetrics(forTextStyle: .footnote).scaledFont(for: .systemFont(ofSize: 13, weight: .regular))
|
||||||
label.textColor = Asset.Colors.Label.secondary.color
|
label.textColor = Asset.Colors.Label.secondary.color
|
||||||
label.numberOfLines = 2
|
label.numberOfLines = 0
|
||||||
return label
|
return label
|
||||||
}()
|
}()
|
||||||
lazy var translatedInfoView: UIView = {
|
lazy var translatedInfoView: UIView = {
|
||||||
|
|
Loading…
Reference in New Issue