Advertisement
Aldarana

Untitled

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