From: <rs...@us...> - 2007-07-17 13:20:05
|
Revision: 734 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=734&view=rev Author: rsparey Date: 2007-07-17 06:20:01 -0700 (Tue, 17 Jul 2007) Log Message: ----------- playing with the film strip, icons, big icons and list. Format to match corel layout2 file. For some stage reason the mouse can't control the film strip. (this is onlu currently set up for my pictures... Modified Paths: -------------- trunk/skins/Foofaraw/Development Skin/Foofaraw/mypics.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/references.xml Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/mypics.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/mypics.xml 2007-07-17 12:38:16 UTC (rev 733) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/mypics.xml 2007-07-17 13:20:01 UTC (rev 734) @@ -315,7 +315,7 @@ </control> </control> </control> - <import>common.facade.pictures.xml</import> + </controls> </window> \ No newline at end of file Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/references.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/references.xml 2007-07-17 12:38:16 UTC (rev 733) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/references.xml 2007-07-17 13:20:01 UTC (rev 734) @@ -156,15 +156,15 @@ <description>default listcontrol</description> <type>listcontrol</type> <id>10</id> - <posX>463</posX> - <posY>129</posY> - <width>750</width> - <height>612</height> - <spinWidth>34</spinWidth> - <spinHeight>36</spinHeight> - <spinPosX>800</spinPosX> - <spinPosY>90</spinPosY> - <spinColor>ffffffff</spinColor> + <posX>20</posX> + <posY>195</posY> + <width>1326</width> + <height>360</height> + <spinWidth>27</spinWidth> + <spinHeight>27</spinHeight> + <spinPosX>1270</spinPosX> + <spinPosY>480</spinPosY> + <spinColor>ffffffff</spinColor> <textureUp>page_up_nofocus.png</textureUp> <textureDown>page_down_nofocus.png</textureDown> <textureUpFocus>page_up_focus.png</textureUpFocus> @@ -335,10 +335,10 @@ <description>default thumbnail panel</description> <type>thumbnailpanel</type> <id>11</id> - <posX>463</posX> - <posY>129</posY> - <width>866</width> - <height>628</height> + <posX>65</posX> + <posY>200</posY> + <width>1236</width> + <height>400</height> <spinWidth>34</spinWidth> <spinHeight>36</spinHeight> <spinPosX>800</spinPosX> @@ -358,7 +358,7 @@ <thumbPosY>18</thumbPosY> <imageFolder>icon_empty_nofocus.png</imageFolder> <imageFolderFocus>icon_empty_focus.png</imageFolderFocus> - <font>font13</font> + <font>font1</font> <selectedColor>ffffffff</selectedColor> <textcolor>ffffffff</textcolor> <colordiffuse>ffffffff</colordiffuse> @@ -396,7 +396,7 @@ <textureDownFocus>arrow_round_down_focus.png</textureDownFocus> <itemWidth>80</itemWidth> <itemHeight>100</itemHeight> - <textureWidth>100</textureWidth> + <textureWidth>70</textureWidth> <textureHeight>200</textureHeight> <thumbWidth>75</thumbWidth> <thumbHeight>75</thumbHeight> @@ -415,8 +415,8 @@ <textureHeightBig>200</textureHeightBig> <itemWidthBig>200</itemWidthBig> <itemHeightBig>200</itemHeightBig> - <thumbWidthBig>84</thumbWidthBig> - <thumbHeightBig>84</thumbHeightBig> + <thumbWidthBig>120</thumbWidthBig> + <thumbHeightBig>120</thumbHeightBig> <thumbPosXBig>0</thumbPosXBig> <thumbPosYBig>0</thumbPosYBig> <background>-</background> @@ -426,10 +426,10 @@ <backgroundheight>460</backgroundheight> <backgrounddiffuse>60ffffff</backgrounddiffuse> <InfoImage>-</InfoImage> - <InfoImagex>920</InfoImagex> - <InfoImagey>110</InfoImagey> - <InfoImagewidth>310</InfoImagewidth> - <InfoImageheight>300</InfoImageheight> + <InfoImagex>100</InfoImagex> + <InfoImagey>100</InfoImagey> + <InfoImagewidth>100</InfoImagewidth> + <InfoImageheight>100</InfoImageheight> <InfoImagediffuse>ffffffff</InfoImagediffuse> <thumbs flipY="true" diffuse="Thumb_Mask.png"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |