@mattsk88
Thank you and the others for all the efforts you put into this skin!
I have been tweaking the common.facade.video.xml a bit do create "big icons" .
compare small and bigicons.
Thank you and the others for all the efforts you put into this skin!
[/INDENT]Icon and BigIcon view have the same size:It makes absolutelly no difference if you select Icon View or BigIcon view
View attachment 33657 View attachment 33658You are correct sir. First I wanted to make the largeicon fill covers all the way to the right and have smallicon with info on the right side. Then I realized you can't have different "width" on largeicon and smallicon.
I have been tweaking the common.facade.video.xml a bit do create "big icons" .
compare small and bigicons.
Code:
<control>
<description>Thumbnail Panel</description>
<type>thumbnailpanel</type>
<id>50</id>
<posX>30</posX>
<posY>245</posY>
<unfocusedAlpha>100</unfocusedAlpha>
<width>800</width>
<height>500</height>
<imageFolder>-</imageFolder>
<imageFolderFocus>thumbborder.png</imageFolderFocus>
<!-- smallicons -->
<itemWidth>135</itemWidth>
<itemHeight>200</itemHeight>
<textureWidth>120</textureWidth>
<textureHeight>170</textureHeight>
<thumbWidth>106</thumbWidth>
<thumbHeight>156</thumbHeight>
<thumbPosX>7</thumbPosX>
<thumbPosY>7</thumbPosY>
<!-- largeicons -->
<itemWidthBig>185</itemWidthBig>
<itemHeightBig>230</itemHeightBig>
<thumbWidthBig>140</thumbWidthBig>
<thumbHeightBig>194</thumbHeightBig>
<textureWidthBig>160</textureWidthBig>
<textureHeightBig>205</textureHeightBig>
<thumbPosXBig>10</thumbPosXBig>
<thumbPosYBig>5</thumbPosYBig>
<thumbZoom>yes</thumbZoom>
<enableFocusZoom>no</enableFocusZoom>
<onleft>2</onleft>
<onright>2</onright>
</control>