Skip to content

Commit

Permalink
Update default window width
Browse files Browse the repository at this point in the history
  • Loading branch information
AeroScripts committed Jan 21, 2021
1 parent 197a254 commit 3d2871d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function GogoLoot:BuildUI()
GogoLoot._frame = frame
frame:SetTitle("GogoLoot")
frame:SetLayout("Fill")
frame:SetWidth(520)
frame:SetWidth(555)
frame:SetHeight(650)

local wasAutoRollEnabled = GogoLoot_Config.autoRoll -- bit of a hack
Expand Down

0 comments on commit 3d2871d

Please sign in to comment.