Skip to content

Commit

Permalink
Options: Set default height and width
Browse files Browse the repository at this point in the history
  • Loading branch information
Justw8 committed Oct 29, 2024
1 parent 6929a40 commit ca3c79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeleportMenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local L = LibStub("AceLocale-3.0"):GetLocale("TeleportMenu")
local db = {}
local APPEND = L["AddonNamePrint"]
local DEFAULT_ICON = "Interface\\Icons\\INV_Misc_QuestionMark"
local globalWidth, globalHeight = 35, 35 -- defaults
local globalWidth, globalHeight = 40, 40 -- defaults

--------------------------------------
-- Teleport Tables
Expand Down

0 comments on commit ca3c79a

Please sign in to comment.