OK im getting further but for the life of me, I cant seem to reduce the spacing without losing my buttons. Any help please?
I looked everywhere and cant seem to find many options. I tried to reduce the height size from 95 to 45 but then the button itself shrinks down
<itemlayout height="95">
<control type="button">
<control type="image">
<left>0</left>
<top>0</top>
<texture colordiffuse="button_focus">lists/focus.png</texture>
<animation effect="fade" start="100" end="0" time="0" condition="[!Control.HasFocus(9000) + !ControlGroup(700).HasFocus] | System.HasActiveModalDialog">Conditional</animation>
</control>
</control>
<control type="label">
<left>104</left>
<top>0</top>
<height>95</height>
<width>560</width>
<aligny>center</aligny>
<font>font37</font>
<label>$INFO[ListItem.Label]</label>
<texture colordiffuse="button_focus">lists/focus.png</texture>
<shadowcolor>text_shadow</shadowcolor>
</control>
</itemlayout>
![Full sized picture Image]()
![Full sized picture Image]()
![Full sized picture Image]()

<itemlayout height="95">
<control type="button">
<control type="image">
<left>0</left>
<top>0</top>
<texture colordiffuse="button_focus">lists/focus.png</texture>
<animation effect="fade" start="100" end="0" time="0" condition="[!Control.HasFocus(9000) + !ControlGroup(700).HasFocus] | System.HasActiveModalDialog">Conditional</animation>
</control>
</control>
<control type="label">
<left>104</left>
<top>0</top>
<height>95</height>
<width>560</width>
<aligny>center</aligny>
<font>font37</font>
<label>$INFO[ListItem.Label]</label>
<texture colordiffuse="button_focus">lists/focus.png</texture>
<shadowcolor>text_shadow</shadowcolor>
</control>
</itemlayout>

