View Single Post
  #2  
Unread 04-21-2012, 12:00 PM
Grymwulf Grymwulf is offline
The Undefeated
 
Join Date: Apr 2011
Posts: 9
You can change the size of what's displayed, but not the graphic itself (at least I don't know the id to do it).

So if you change the size to 1/4 of default, only the top left quadrant of the ring will show.

Change it using

<PanelFile ID="ID_UISkin_Toolbar">
<Element ID="ToolbarField" X="" Y="" Width="" Height="">
<Element ID="ViolentModeIndicator" X="" Y="" Width="" Height=""></Element>
</Element>
</PanelFile>

Last edited by Grymwulf : 04-23-2012 at 12:09 PM. Reason: Removed values for, hopefully, less confusion/errors
Reply With Quote