Skip to content

Commit

Permalink
Reduce minimum plugin size (rojo-rbx#606)
Browse files Browse the repository at this point in the history
* Reduce minimum plugin size

* Resize to 300x120

Co-authored-by: Qualadore <[email protected]>
  • Loading branch information
Qualadore and Qualadore authored Aug 21, 2022
1 parent 8f798aa commit c556c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/App/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit c556c05

Please sign in to comment.