Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions UI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5919,7 +5919,7 @@ function UI:ShowWhatsNew(version)
if _G["EasyFindWhatsNew"] then return end

local f = CreateFrame("Frame", "EasyFindWhatsNew", UIParent, "BackdropTemplate")
f:SetSize(410, 265)
f:SetSize(470, 265)
f:SetPoint("CENTER")
f:SetFrameStrata("DIALOG")
f:SetFrameLevel(200)
Expand Down Expand Up @@ -5966,7 +5966,9 @@ function UI:ShowWhatsNew(version)
" Click to navigate directly to the item in the Encounter Journal\n" ..
"|cffFFD100\226\128\162|r |cffffffffTransmog Outfits|r\n" ..
" Saved outfits appear in search results, click to equip\n" ..
" Browse the transmog window from search without a vendor"
" Browse the transmog window without a vendor (search \"tmog\")\n" ..
"\n|cff999999Enable Loot and Outfits in the filter dropdown (arrow button\n" ..
"inside the search bar) to see these results.|r"
)

-- Footer - anchored below body so it can't overlap
Expand Down
Loading