Skip to content

Commit

Permalink
Core: Increase the size of the config window.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Centaurai committed Mar 14, 2019
1 parent c0845fc commit 3a74cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chinchilla.lua
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ end

function Chinchilla:OnEnable()
LibStub("AceConfig-3.0"):RegisterOptionsTable("Chinchilla", Chinchilla.CreateConfig)
AceConfigDialog:SetDefaultSize("Chinchilla", 785, 525)
AceConfigDialog:SetDefaultSize("Chinchilla", 800, 600)

_G["SLASH_CHINCHILLA1"] = "/chinchilla"
_G["SLASH_CHINCHILLA2"] = "/chin"
Expand Down

0 comments on commit 3a74cad

Please sign in to comment.