mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
Reduce minimum plugin size (#606)
* Reduce minimum plugin size * Resize to 300x120 Co-authored-by: Qualadore <me@qualadore.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user