Merge branch 'bugfix/CXTDT-155140' into 'release/8_6_0'

Added number of lines for rightlabel.

See merge request BPHV_MIPS/mvm_core_ui!669
This commit is contained in:
Pfeil, Scott Robert 2021-02-16 09:31:42 -05:00
commit d47bb1ced1

View File

@ -38,6 +38,7 @@
super.setupView()
rightLabel.setContentCompressionResistancePriority(UILayoutPriority(rawValue: 900), for: .horizontal)
rightLabel.setContentHuggingPriority(UILayoutPriority(rawValue: 900), for: .horizontal)
rightLabel.numberOfLines = 1
addMolecule(stack)
stack.restack()
}