From a591cd793ec0abfa4bdc19c61e9805d532448ff6 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Sat, 14 Jan 2023 08:29:48 -0600 Subject: [PATCH] added back text percentage Signed-off-by: Matt Bruce --- VDSSample/ViewControllers/TiletViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDSSample/ViewControllers/TiletViewController.swift b/VDSSample/ViewControllers/TiletViewController.swift index 8316d3a..ae409cd 100644 --- a/VDSSample/ViewControllers/TiletViewController.swift +++ b/VDSSample/ViewControllers/TiletViewController.swift @@ -70,7 +70,7 @@ class TiletViewController: BaseViewController { addFormRow(label: "Width", view: widthTextField) //addFormRow(label: "Height", view: heightTextField) addFormRow(label: "Text Width", view: textWidthTextField) - addFormRow(label: "Text Percentage", view: badgeTextField) + addFormRow(label: "Text Percentage", view: textPercentageTextField) addFormRow(label: "Badge Text", view: badgeTextField) addFormRow(label: "Description Icon", view: .makeWrapper(for: showDescriptionIconSwitch)) addFormRow(label: "Directional Icon", view: .makeWrapper(for: showDirectionalIconSwitch))