View Single Post
  #4  
Unread 04-17-2012, 04:54 AM
Brygard2007's Avatar
Brygard2007 Brygard2007 is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2007
Location: http://www.youtube.com/user/Brygard2009
Posts: 183
I search the old skin pack zip and I didn't see it.

There might be an alternative to remove it but requires quite a few codes for the:
Quote:
<PanelFile ID="ID_UISkin_Toolbar">
probably this esample section:
Quote:
<Element ID="ToolbarButton_Slot_4" X="129" Y="147" Width="25" Height="25">
<Element ID="CustomizableSlotButton_BuyNowButton" X="0" Y="0" Width="25" Height="25"> </Element>
<Element ID="CustomizableSlotButton_NewInfoHighlight" X="0" Y="0" Width="25" Height="25"> </Element>
<Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25">
<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
<Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
</Element>
Most notable but not sure could be the:
Quote:
<Element ID="CustomizableSlotButton_NewInfoHighlight" X="0" Y="0" Width="25" Height="25"> </Element>
Would have to set the width and height to 1 instead 25.

I haven't tried it.
I rather wait for the new skinpack when it's uploaded,hopefully soon.
Reply With Quote