added back text percentage
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
4293c620b3
commit
a591cd793e
@ -70,7 +70,7 @@ class TiletViewController: BaseViewController {
|
|||||||
addFormRow(label: "Width", view: widthTextField)
|
addFormRow(label: "Width", view: widthTextField)
|
||||||
//addFormRow(label: "Height", view: heightTextField)
|
//addFormRow(label: "Height", view: heightTextField)
|
||||||
addFormRow(label: "Text Width", view: textWidthTextField)
|
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: "Badge Text", view: badgeTextField)
|
||||||
addFormRow(label: "Description Icon", view: .makeWrapper(for: showDescriptionIconSwitch))
|
addFormRow(label: "Description Icon", view: .makeWrapper(for: showDescriptionIconSwitch))
|
||||||
addFormRow(label: "Directional Icon", view: .makeWrapper(for: showDirectionalIconSwitch))
|
addFormRow(label: "Directional Icon", view: .makeWrapper(for: showDirectionalIconSwitch))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user