Merging Seal of Command on Wrath classic
This commit is contained in:
parent
1ed29008aa
commit
69899679e7
63 changed files with 1655 additions and 1638 deletions
|
|
@ -34,11 +34,11 @@ function Details:OpenProfiler()
|
|||
logo:SetPoint("center", f, "center", 0, 0)
|
||||
logo:SetPoint("top", f, "top", 20, 20)
|
||||
|
||||
local string_profiler = f:CreateFontString (nil, "artwork", "GameFontNormal")
|
||||
local string_profiler = f:CreateFontString(nil, "artwork", "GameFontNormal")
|
||||
string_profiler:SetPoint("top", logo, "bottom", -20, 10)
|
||||
string_profiler:SetText("Profiler!")
|
||||
|
||||
local string_profiler = f:CreateFontString (nil, "artwork", "GameFontNormal")
|
||||
local string_profiler = f:CreateFontString(nil, "artwork", "GameFontNormal")
|
||||
string_profiler:SetPoint("topleft", f, "topleft", 10, -130)
|
||||
string_profiler:SetText(L["STRING_OPTIONS_PROFILE_SELECTEXISTING"])
|
||||
string_profiler:SetWidth(230)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue