fixed enum
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
ac6e0d5566
commit
3b97e60298
@ -38,7 +38,7 @@ open class TileContainer: Control {
|
||||
case transparent
|
||||
}
|
||||
|
||||
public enum Padding: String, Codable {
|
||||
public enum Padding: String, Codable, CaseIterable {
|
||||
case padding2X
|
||||
case padding4X
|
||||
case padding6X
|
||||
|
||||
Loading…
Reference in New Issue
Block a user