From b485bbf47b600f01ec91890d1ca836ec59a1360c Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Thu, 13 Oct 2022 10:52:23 -0500 Subject: [PATCH] updated label Signed-off-by: Matt Bruce --- VDSSample/ViewControllers/BadgeViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDSSample/ViewControllers/BadgeViewController.swift b/VDSSample/ViewControllers/BadgeViewController.swift index 718b323..e24cfbc 100644 --- a/VDSSample/ViewControllers/BadgeViewController.swift +++ b/VDSSample/ViewControllers/BadgeViewController.swift @@ -72,7 +72,7 @@ class BadgeViewController: ModelScrollViewController { addFormRow(label: "Fill Color", view: fillColorPickerSelectorView) addFormRow(label: "Surface", view: surfacePickerSelectorView) addFormRow(label: "Text", view: textField) - addFormRow(label: "Width", view: maxWidthTextField) + addFormRow(label: "Max Width", view: maxWidthTextField) addFormRow(label: "Number of Lines", view: numberOfLinesPickerSelectorView) textField