View Single Post
Old 12-13-2008, 04:08 AM   #34
Corean
A Wooly Rhino
 
Join Date: Jan 2003
Posts: 75
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by kudladar
Correction. The alignment worked however I have cannot remove the buffs now by left clicking on them.

I've tried adding <Style_Tooltip>false</Style_Tooltip> to various parts of the XML as suggested on some other posts but it doesn't work

In your case, it only needs to be added once:
Code:
<TileLayoutBox item="BW_Labels"> ... <LeftAnchorOffset>22</LeftAnchorOffset> <Style_Tooltip>false</Style_Tooltip> ... </TileLayoutBox>

Also add <LeftAnchorOffset> like above. Lables no longer (transparently) cover the buff icons with offset. And make changes to your Button and Label TileLayoutBox, <AnchorToLeft>true</AnchorToLeft> as Tindos has done.
Corean is offline   Reply With Quote