Thread: Vert UI redone
View Single Post
  #9  
Old 02-24-2019, 02:37 PM
Savok Savok is offline
Fire Giant

Savok's Avatar

Join Date: May 2010
Posts: 971
Default

Quote:
Originally Posted by kwjohns [You must be logged in to view images. Log in or Register.]
Savok, love your UI. Have been using Pepto for a while. I had a question regarding the casting window. You mentioned here that the EQUI_CastingWindow.xml file can be deleted to show the default casting window. I was curious how difficult it would be to have one of these separate casting windows with your UI's look versus the default look?
Delete the file and copy from default to your UI. Edit the Draw Template from whatever it says to:
Code:
<DrawTemplate>WDT_Rounded</DrawTemplate>
or if you want no title bar:
Code:
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
__________________
Reply With Quote