Thread: blank spots
View Single Post
01-28-05, 03:53 PM   #6
tralkar
An Onyxian Warder
 
tralkar's Avatar
Join Date: Jan 2005
Posts: 352
ok i found one problem.... "TrackerAssist" leaves a big blank spot near the map,

ok i found the code in the file thats doing this.. Its for the text under the map. if anyone wants to know how to get rid if this text just go to the file and 0 out this:

<Frames>
<Button name="TrackerAssistTextButton">
<Size>
<AbsDimension x="500" y="30"/> <<<<------<AbsDimension x="0" y="0"/>
</Size>

<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="0" y="0"/>
</Offset>
</Anchor>
</Anchors>

<Layers>

Last edited by tralkar : 01-28-05 at 04:04 PM.
  Reply With Quote