Reduce minimum plugin size (#606)

* Reduce minimum plugin size

* Resize to 300x120

Co-authored-by: Qualadore <me@qualadore.com>
This commit is contained in:
Qualadore
2022-08-20 18:40:52 -08:00
committed by GitHub
parent cdc972a5ce
commit c7c0903804

View File

@@ -297,7 +297,7 @@ function App:render()
initEnabled = false,
overridePreviousState = false,
floatingSize = Vector2.new(300, 200),
minimumSize = Vector2.new(300, 200),
minimumSize = Vector2.new(300, 120),
zIndexBehavior = Enum.ZIndexBehavior.Sibling,