Skip to content

Commit

Permalink
Increase the default height of the options dialog to fit all tree ele…
Browse files Browse the repository at this point in the history
…ments
  • Loading branch information
Nevcairiel committed Oct 26, 2022
1 parent 610ddd4 commit 994548c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Options/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ end

function Bartender4:SetupOptions()
LibStub("AceConfig-3.0"):RegisterOptionsTable("Bartender4", getOptions)
AceConfigDialog:SetDefaultSize("Bartender4", 680, 560)
AceConfigDialog:SetDefaultSize("Bartender4", 680, 600)
self:RegisterChatCommand( "bt", "ChatCommand")
self:RegisterChatCommand( "bt4", "ChatCommand")
self:RegisterChatCommand( "bartender", "ChatCommand")
Expand Down

0 comments on commit 994548c

Please sign in to comment.