View Single Post
Old 01-05-2018, 04:51 PM   #1
Angahran
Premium Member
 
Join Date: Sep 2002
Posts: 360
Interface Author - Click to view interfaces
Default Resize spell icon in hotbutton window

Hi,
I'm looking for a little help with resizing the spell icon in the hotbutton window.

I thought it would be as simple as changing the location, size and offset values but that doesn't appear to be the case.

Increasing the size value appears to make the icons smaller.

I'm obviously missing something.

[CODE]
<SpellGem item="HB_SpellGem">
<ScreenID>HB_SpellGem</ScreenID>
<Location>
<X>2</X>
<Y>2</Y>
</Location>
<Size>
<CX>36</CX>
<CY>36</CY>
</Size>
<Font>1</Font>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>7</SpellIconOffsetX>
<SpellIconOffsetY>7</SpellIconOffsetY>
</SpellGem>
[CODE]
Attached Files
File Type: xml EQUI_HotButtonWnd.xml (49.4 KB, 1 views)
__________________
My UI files.
Angahran is offline   Reply With Quote