View Single Post
  #3  
Unread 09-09-2010, 08:42 PM
rushl rushl is offline
The Indomitable
Interface Author - Click to view interfaces
 
Join Date: Jun 2009
Posts: 14
If you're using a skin already, find where the Toolbar panel file is defined. It will start with this: <Panelfile ID="toolbar">

And should be followed with <Element ID="ToolbarField"... and continue with various numbers and whatnot.

Under that block, add this:

<Element ID="Toolbar_WebstoreButton" X="1" Y="1" Width="1" Height="1"></Element>

*Poof*, ugly button gone!

rushl
Reply With Quote