View Single Post
  #5  
Unread 02-11-2022, 07:33 PM
liftedplane's Avatar
liftedplane liftedplane is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2009
Posts: 70
Quote:
Originally Posted by dt192
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" />
I don't know how you discovered this, I literally looked everywhere. BUT it works, thank you very much. Gonna update my UI with this tonight then start fixing all of the sizes to work correctly again (this is gonna take a minute)
Reply With Quote