View Single Post
01-27-05, 11:46 PM   #2
mondinga
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 66
This the Leandred that played on the Nameless in EverQuest by chance?~

Afraid I can't offer much insight here, my backdrops always behave. All mine look about like this:

Code:
<Backdrop name="Gypsy_HotBarBackdrop" bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
 <EdgeSize>
  <AbsValue val="16" /> 
 </EdgeSize>
 <TileSize>
  <AbsValue val="16" /> 
 </TileSize>
 <BackgroundInsets>
  <AbsInset left="5" right="5" top="5" bottom="5" /> 
 </BackgroundInsets>
</Backdrop>
  Reply With Quote