fixed tabs

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-05-23 12:30:59 -05:00
parent d9cfffe6c5
commit b49d3f736c

View File

@ -90,6 +90,7 @@ class TabsViewController: BaseViewController<Tabs> {
}
//only in horizontal mode
addFormRow(label: "Fill Container", view: .makeWrapper(for: fillContainerSwitch), stackView: horizontalOrientationFormStackView)
addFormRow(label: "Indicator Position", view: indicatorPositionPickerSelectorView, stackView: horizontalOrientationFormStackView)
addFormRow(label: "Overflow", view: overflowPickerSelectorView, stackView: horizontalOrientationFormStackView)