Advertisement
Aldarana

Untitled

Sep 20th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. f.voteFrame.actions_textML = CreateFrame("frame", nil, f.voteFrame)
  2. f.voteFrame.actions_textML.text = f.voteFrame.actions_textML:CreateFontString(nil, "OVERLAY", "BDLC_FONT")
  3. f.voteFrame.actions_textML.text:SetText("Vote Remove")
  4. f.voteFrame.actions_textML.text:SetJustifyH("RIGHT")
  5. f.voteFrame.actions_textML:SetSize(45, 1)
  6. f.voteFrame.actions_textML:SetPoint("TOPRIGHT", vote_table, "TOPRIGHT", 0, 0)
  7. bdlc:skinBackdrop(f.voteFrame.actions_textML, .1,.1,.1,0, true);
  8. f.voteFrame.actions_textML.text:SetPoint("RIGHT", f.voteFrame.actions_textML, "RIGHT", 0, 10)
  9. f.voteFrame.actions_textML:Hide()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement