Skip to content

Commit

Permalink
Better popout sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbomber committed Feb 29, 2024
1 parent fbb32e7 commit ffbed99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/src/App/StatusPages/Connected.lua
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,8 @@ function ConnectedPage:render()

initDockState = Enum.InitialDockState.Float,
overridePreviousState = true,
floatingSize = Vector2.new(320, 210),
minimumSize = Vector2.new(300, 210),
floatingSize = Vector2.new(400, 500),
minimumSize = Vector2.new(300, 300),

zIndexBehavior = Enum.ZIndexBehavior.Sibling,

Expand Down

0 comments on commit ffbed99

Please sign in to comment.