This commit is contained in:
NoM0Re
2025-04-04 09:55:04 +02:00
parent 6cdfcac1b1
commit a595ef2a4a
15 changed files with 45 additions and 139 deletions
@@ -295,14 +295,6 @@ local function Constructor()
icon:SetHeight(32)
icon:SetPoint("LEFT", button, "LEFT")
local title = button:CreateFontString(nil, "OVERLAY", "GameFontNormal")
button.title = title
title:SetHeight(14)
title:SetJustifyH("LEFT")
title:SetPoint("TOPLEFT", icon, "TOPRIGHT", 2, 0)
title:SetPoint("BOTTOMRIGHT", button, "BOTTOMRIGHT")
title:SetVertexColor(0.6, 0.6, 0.6)
button.description = {}
-- follow link button
@@ -370,6 +362,15 @@ local function Constructor()
update:Hide()
updateLogo:Hide()
local title = button:CreateFontString(nil, "OVERLAY", "GameFontNormal")
button.title = title
title:SetHeight(14)
title:SetJustifyH("LEFT")
title:SetPoint("TOPLEFT", icon, "TOPRIGHT", 2, 0)
title:SetPoint("BOTTOMLEFT", icon, "BOTTOMRIGHT", 2, 0)
title:SetPoint("RIGHT", updateLogo, "LEFT", -2, 0)
title:SetVertexColor(0.6, 0.6, 0.6)
local widget = {
frame = button,
title = title,