added back text percentage

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-01-14 08:29:48 -06:00
parent 4293c620b3
commit a591cd793e

View File

@ -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))