View Single Post
  #2  
Unread 08-23-2010, 05:10 PM
TalTal TalTal is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 1,096
Default

The second line of eq2ui_mainhud_persona.xml in the ProfitUI directory looks like this:

<Page eq2opensound="ui_window_main_open" eq2usescomwndcontrols="true" Location="426,51" MinimumSize="387,484" Name="Persona" OnShow="MainPage.ClassBackdrop.Style=&quot;/ProfitUI_Styles.ClassBackdrops.&quot; ## (Parent.Parent.Custom.ProfitUI_SubclassDetector.Subclass)" UserMovable="true" UserResizable="true" version="2.0.0" Visible="false">

Remove this:

OnShow="MainPage.ClassBackdrop.Style=&quot;/ProfitUI_Styles.ClassBackdrops.&quot; ## (Parent.Parent.Custom.ProfitUI_SubclassDetector.Subclass)"


So that it looks like this:

<Page eq2opensound="ui_window_main_open" eq2usescomwndcontrols="true" Location="426,51" MinimumSize="387,484" Name="Persona" UserMovable="true" UserResizable="true" version="2.0.0" Visible="false">

And save it.

There will be no class backdrop after that.

Silat
Reply With Quote