Position of tvseries_list_focus.png (1 Viewer)

arryo

Portal Pro
July 12, 2008
162
4
I would like to move the postion of tvseries_list_focus.png about 5 pixels to the right, here is the code that I think I should adjust, but I have no idea which value i should set

thanks for the great Skin

Code:
				<control>
					<description>List</description>
					<type>listcontrol</type>
					<id>50</id>
					<posX>40</posX>
					<posY>460</posY>
					<width>760</width>
					<height>450</height>
					<spinWidth>40</spinWidth>
					<spinHeight>40</spinHeight>
					<spinPosX>710</spinPosX>
					<spinPosY>880</spinPosY>
					<spinCanFocus>no</spinCanFocus>
					<spinAlign>right</spinAlign>
					<textureFocus>tvseries_list_focus.png</textureFocus>
					<textureNoFocus/>
					<textXOff>-90</textXOff>
					<textYOff>0</textYOff>
					<textXOff2>608</textXOff2>
					<textYOff2>0</textYOff2>
					<textXOff3>638</textXOff3>
					<textYOff3>10</textYOff3>
					<downloadColor>#default.color</downloadColor>
					<remoteColor>#watched.color</remoteColor>
					<textcolor>#notpresent.color</textcolor>
					<textcolor2>#notpresent.color</textcolor2>
					<textcolor3>#notpresent.color</textcolor3>
					<onright>2</onright>
					<onleft>5</onleft>
					<font>font13</font>
					<font2>font13nb</font2>
					<font3>font8</font3>
					<IconXOff>608</IconXOff>
					<IconYOff>8</IconYOff>
					<itemHeight>24</itemHeight>
					<itemWidth>96</itemWidth>
				</control>
 

SilentException

Retired Team Member
  • Premium Supporter
  • October 27, 2008
    2,617
    1,130
    Rijeka, Croatia
    Home Country
    Croatia Croatia
    that will move whole listcontrol to the right..

    tell me, why are you trying to do this?

    1. you could move listcontrol to the right (by changing posX),

    2. move listcontrol to the right (by changing posX), then moving text and icon to the left (-5px to: textXOff,, textXOff2, textXOff3, IconXOff)

    3. just move the text and icon..
     

    arryo

    Portal Pro
    July 12, 2008
    162
    4
    I don't know how come it didnt look center in my TV, and it's so obvious that I think I should change it

    btw, I did 2. and it works for the season, but for the episode list, it's still look a little bit off (see screen shot). I think I should change value of episode date to the left a little bit, but not sure which value should i change

    Thanks again

    3497456234_034b0e37c2_b.jpg


    that will move whole listcontrol to the right..

    tell me, why are you trying to do this?

    1. you could move listcontrol to the right (by changing posX),

    2. move listcontrol to the right (by changing posX), then moving text and icon to the left (-5px to: textXOff,, textXOff2, textXOff3, IconXOff)

    3. just move the text and icon..
     

    Users who are viewing this thread

    Top Bottom