From 5d6bba44ba7223f7d5dd117e81d4662fdfde2d34 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Thu, 31 Aug 2023 11:06:11 -0500 Subject: [PATCH] removed width = 100 Signed-off-by: Matt Bruce --- VDS/Components/Tilelet/Tilelet.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/VDS/Components/Tilelet/Tilelet.swift b/VDS/Components/Tilelet/Tilelet.swift index c9feb0f1..657a735b 100644 --- a/VDS/Components/Tilelet/Tilelet.swift +++ b/VDS/Components/Tilelet/Tilelet.swift @@ -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)