View Single Post
  #4  
Unread 02-08-2022, 01:55 AM
dt192 dt192 is offline
The Unscathed
Interface Author - Click to view interfaces
 
Join Date: Aug 2013
Posts: 19
OK, I worked it out.

Paste this PlayerEffectDisplay_Spacer line above your PlayerEffectDisplay line and then copy the X and Y values of PlayerEffectDisplay to the new element.

Code:
<Element ID="PlayerEffectDisplay_Spacer" X="32" Y="0" Width="1" Height="15" />
<Element ID="PlayerEffectDisplay" X="32" Y="0" Width="207" Height="40" />
Reply With Quote