From: <gib...@us...> - 2008-06-26 15:26:58
|
Revision: 1874 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1874&view=rev Author: gibman_dk Date: 2008-06-26 08:26:23 -0700 (Thu, 26 Jun 2008) Log Message: ----------- Added PinIconWidth and PinIconHeight (scaling) properties for channel state icons. also did some small position corrections. Modified Paths: -------------- trunk/skins/BlueTwoBig/Development Version/DialogMenu.xml trunk/skins/BlueTwoBig/Development Version/TVMiniGuide.xml trunk/skins/BlueTwoBig/Development Version/mytvrecordedtv.xml Modified: trunk/skins/BlueTwoBig/Development Version/DialogMenu.xml =================================================================== --- trunk/skins/BlueTwoBig/Development Version/DialogMenu.xml 2008-06-26 06:38:59 UTC (rev 1873) +++ trunk/skins/BlueTwoBig/Development Version/DialogMenu.xml 2008-06-26 15:26:23 UTC (rev 1874) @@ -81,6 +81,8 @@ <textXOff>50</textXOff> <PinIconXOff>45</PinIconXOff> <PinIconYOff>7</PinIconYOff> + <PinIconWidth>20</PinIconWidth> + <PinIconHeight>20</PinIconHeight> <itemHeight>30</itemHeight> <itemWidth>30</itemWidth> <IconXOff>10</IconXOff> Modified: trunk/skins/BlueTwoBig/Development Version/TVMiniGuide.xml =================================================================== --- trunk/skins/BlueTwoBig/Development Version/TVMiniGuide.xml 2008-06-26 06:38:59 UTC (rev 1873) +++ trunk/skins/BlueTwoBig/Development Version/TVMiniGuide.xml 2008-06-26 15:26:23 UTC (rev 1874) @@ -41,14 +41,16 @@ <textYOff>20</textYOff> <textYOff2>20</textYOff2> - <textXOff2>505</textXOff2> + <textXOff2>530</textXOff2> <textXOff3>50</textXOff3> <textYOff3>1</textYOff3> <IconXOff>12</IconXOff> <IconYOff>6</IconYOff> - <PinIconXOff>510</PinIconXOff> + <PinIconXOff>545</PinIconXOff> <PinIconYOff>9</PinIconYOff> + <PinIconWidth>34</PinIconWidth> + <PinIconHeight>30</PinIconHeight> <spinPosX>600</spinPosX> <spinPosY>460</spinPosY> <spinWidth>16</spinWidth> Modified: trunk/skins/BlueTwoBig/Development Version/mytvrecordedtv.xml =================================================================== --- trunk/skins/BlueTwoBig/Development Version/mytvrecordedtv.xml 2008-06-26 06:38:59 UTC (rev 1873) +++ trunk/skins/BlueTwoBig/Development Version/mytvrecordedtv.xml 2008-06-26 15:26:23 UTC (rev 1874) @@ -208,6 +208,8 @@ <spinPosY>520</spinPosY> <PinIconXOff>75</PinIconXOff> <PinIconYOff>25</PinIconYOff> + <PinIconWidth>50</PinIconWidth> + <PinIconHeight>50</PinIconHeight> </control> <control> <type>listcontrol</type> @@ -219,8 +221,10 @@ <ondown>2</ondown> <font>font13</font> <spinColor>FFFFFFFF</spinColor> - <PinIconXOff>15</PinIconXOff> - <PinIconYOff>10</PinIconYOff> + <PinIconXOff>20</PinIconXOff> + <PinIconYOff>13</PinIconYOff> + <PinIconWidth>10</PinIconWidth> + <PinIconHeight>10</PinIconHeight> </control> <control> <type>fadelabel</type> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |