Quantcast
Channel: Kodi Community Forum - Skinning
Viewing all articles
Browse latest Browse all 1803

button spacing in list?

$
0
0
OK im getting further but for the life of me, I cant seem to reduce the spacing without losing my buttons. Any help please? Wink 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>

Image
ImageImageImage

Viewing all articles
Browse latest Browse all 1803

Trending Articles