updated label

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-10-13 10:52:23 -05:00
parent e44d8469a4
commit b485bbf47b

View File

@ -72,7 +72,7 @@ class BadgeViewController: ModelScrollViewController<DefaultBadgeModel> {
addFormRow(label: "Fill Color", view: fillColorPickerSelectorView) addFormRow(label: "Fill Color", view: fillColorPickerSelectorView)
addFormRow(label: "Surface", view: surfacePickerSelectorView) addFormRow(label: "Surface", view: surfacePickerSelectorView)
addFormRow(label: "Text", view: textField) addFormRow(label: "Text", view: textField)
addFormRow(label: "Width", view: maxWidthTextField) addFormRow(label: "Max Width", view: maxWidthTextField)
addFormRow(label: "Number of Lines", view: numberOfLinesPickerSelectorView) addFormRow(label: "Number of Lines", view: numberOfLinesPickerSelectorView)
textField textField