- October 3, 2006
- 270
- 6
- 46
- Home Country
- Norway
I am in the making of a new skin, and I use round icons on the basichome screen.
And I have some trouble getting them to be drawn correctly. They seem to be stretched vertically a little.
The image is a transparent .PNG. (400x400px)
Anyone have an idea what causing this?
And I have some trouble getting them to be drawn correctly. They seem to be stretched vertically a little.
The image is a transparent .PNG. (400x400px)
Anyone have an idea what causing this?
Code:
<control>
<description>Home Pictures</description>
<type>button</type>
<id>3</id>
<posX>700</posX>
<posY>390</posY>
<width>150</width>
<height>150</height>
<textureFocus>hover_my pictures.png</textureFocus>
<textureNoFocus>hover_my pictures copy.png</textureNoFocus>
<hyperlink>2</hyperlink>
<label>1</label>
<onleft>8</onleft>
<onright>4</onright>
<onup>5</onup>
<ondown>5</ondown>
<hover>hover_my pictures.png</hover>
<hoverX>120</hoverX>
<hoverY>160</hoverY>
<hoverWidth>400</hoverWidth>
<hoverHeight>400</hoverHeight>
<hoverKeepAspectratio>yes</hoverKeepAspectratio>
<animation effect="fade" time="200">WindowOpen</animation>
<animation effect="fade" time="200">WindowClose</animation>
</control>