View Single Post
11-01-10, 02:59 PM   #4
Xubera
A Cobalt Mageweaver
 
Xubera's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 207
Code:
local HeaderBar = SK.Frame.Options:CreateTexture(SK.Frame.Options:GetName().."HeaderBar")
	HeaderBar:SetTexture([[Interface\PaperDollInfoFrame\UI-GearManager-Title-Background]])
	HeaderBar:SetPoint("TOPLEFT", 9, -6)
	HeaderBar:SetPoint("BOTTOMRIGHT", -6, -24)--THIS
	SK.Frame.Options.HeaderBar = HeaderBar
You see where you set it at the bottomright, -24 sent the texture towards the bottom of the screen, make the number positive for the texture to move UP
__________________
Chat Consolidate is the solution to any out of control trade chat. Ignore lines, throttle chat, consolidate posts!Follow the link to find out how!

▲ ▲ WoWInterface wont let me triforce >.>
  Reply With Quote