removed width = 100

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-08-31 11:06:11 -05:00
parent f6e3960546
commit 5d6bba44ba

View File

@ -213,7 +213,6 @@ open class Tilelet: TileContainer {
/// Called once when a view is initialized and is used to Setup additional UI or other constants and configurations.
open override func setup() {
super.setup()
width = 100
aspectRatio = .none
color = .black
addContentView(stackView)