WoWInterface SVN PhanxConfigWidgets

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 165 to Rev 166
    Reverse comparison

Rev 165 → Rev 166

trunk/PhanxConfig-Dropdown/PhanxConfig-Dropdown.lua
161,11 → 161,11
frame.button:SetPoint("TOPLEFT", frame.left, 18, -18) -- TODO: check
frame.button:SetScript("OnClick", Button_OnClick)
 
local label = dropdown:CreateFontString(nil, "OVERLAY", "GameFontNormal")
label:SetPoint("TOPLEFT", frame, 5, 0)
label:SetPoint("TOPRIGHT", frame, -5, 0)
label:SetJustifyH("LEFT")
frame.labelText = label
local labelText = dropdown:CreateFontString(nil, "OVERLAY", "GameFontNormal")
labelText:SetPoint("TOPLEFT", frame, 5, 0)
labelText:SetPoint("TOPRIGHT", frame, -5, 0)
labelText:SetJustifyH("LEFT")
frame.labelText = labelText
 
for name, func in pairs(methods) do
frame[name] = func