diff options
Diffstat (limited to 'addons/skin.confluence/720p/VisualisationPresetList.xml')
-rw-r--r-- | addons/skin.confluence/720p/VisualisationPresetList.xml | 92 |
1 files changed, 52 insertions, 40 deletions
diff --git a/addons/skin.confluence/720p/VisualisationPresetList.xml b/addons/skin.confluence/720p/VisualisationPresetList.xml index 07f0220ce7..04c1d5b6d3 100644 --- a/addons/skin.confluence/720p/VisualisationPresetList.xml +++ b/addons/skin.confluence/720p/VisualisationPresetList.xml @@ -3,7 +3,7 @@ <coordinates> <system>1</system> <posx>240</posx> - <posy>115</posy> + <posy>60</posy> </coordinates> <include>dialogeffect</include> <controls> @@ -13,22 +13,34 @@ <posx>0</posx> <posy>0</posy> <width>800</width> - <height>490</height> - <colordiffuse>DDFFFFFF</colordiffuse> - <texture border="40">DialogBack.png</texture> + <height>600</height> + <texture border="40">DialogBack2.png</texture> </control> <control type="image"> - <posx>80</posx> - <posy>10</posy> - <width>640</width> - <height>90</height> - <aspectratio>stretch</aspectratio> - <texture>GlassTitleBar.png</texture> + <description>Dialog Header image</description> + <posx>40</posx> + <posy>16</posy> + <width>720</width> + <height>40</height> + <texture>dialogheader.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>40</posx> + <posy>20</posy> + <width>720</width> + <height>30</height> + <font>font13_title</font> + <label>$LOCALIZE[31048]</label> + <align>center</align> + <aligny>center</aligny> + <textcolor>selected</textcolor> + <shadowcolor>black</shadowcolor> </control> <control type="button"> <description>Close Window button</description> <posx>710</posx> - <posy>9</posy> + <posy>15</posy> <width>64</width> <height>32</height> <label>-</label> @@ -42,19 +54,6 @@ <ondown>2</ondown> <visible>system.getbool(input.enablemouse)</visible> </control> - <control type="label"> - <description>header label</description> - <posx>20</posx> - <posy>18</posy> - <width>760</width> - <height>30</height> - <font>font13_title</font> - <label>31048</label> - <align>center</align> - <aligny>center</aligny> - <textcolor>white</textcolor> - <shadowcolor>black</shadowcolor> - </control> <control type="label" id="4"> <description>No Settings Label</description> <posx>20</posx> @@ -66,27 +65,27 @@ </control> <control type="list" id="2"> <posx>40</posx> - <posy>65</posy> + <posy>60</posy> <width>720</width> - <height>395</height> + <height>495</height> <onleft>60</onleft> <onright>60</onright> <onup>2</onup> <ondown>2</ondown> <pagecontrol>60</pagecontrol> <scrolltime>200</scrolltime> - <itemlayout height="40" width="720"> + <itemlayout height="45" width="720"> <control type="image"> <posx>0</posx> <posy>0</posy> <width>720</width> - <height>41</height> - <texture border="0,2,0,2">MenuItemNF.png</texture> + <height>40</height> + <texture border="5">button-nofocus.png</texture> </control> <control type="label"> - <posx>0</posx> + <posx>10</posx> <posy>0</posy> - <width>720</width> + <width>700</width> <height>40</height> <font>font13</font> <textcolor>grey2</textcolor> @@ -96,13 +95,13 @@ <label>$INFO[ListItem.Label]</label> </control> </itemlayout> - <focusedlayout height="40" width="720"> + <focusedlayout height="45" width="720"> <control type="image"> <posx>0</posx> <posy>0</posy> <width>720</width> - <height>41</height> - <texture border="0,2,0,2">MenuItemNF.png</texture> + <height>40</height> + <texture border="5">button-nofocus.png</texture> <visible>!Control.HasFocus(2)</visible> <include>VisibleFadeEffect</include> </control> @@ -110,15 +109,15 @@ <posx>0</posx> <posy>0</posy> <width>720</width> - <height>41</height> - <texture border="0,2,0,2">MenuItemFO.png</texture> + <height>40</height> + <texture border="5">button-focus2.png</texture> <visible>Control.HasFocus(2)</visible> <include>VisibleFadeEffect</include> </control> <control type="label"> - <posx>0</posx> + <posx>10</posx> <posy>0</posy> - <width>720</width> + <width>700</width> <height>40</height> <font>font13</font> <textcolor>white</textcolor> @@ -131,9 +130,9 @@ </control> <control type="scrollbar" id="60"> <posx>760</posx> - <posy>65</posy> + <posy>60</posy> <width>25</width> - <height>390</height> + <height>495</height> <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground> <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar> <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus> @@ -146,6 +145,19 @@ <showonepage>false</showonepage> <orientation>vertical</orientation> </control> + <control type="label"> + <description>number of files/pages in list text label</description> + <posx>760</posx> + <posy>548</posy> + <width>300</width> + <height>35</height> + <font>font12</font> + <align>right</align> + <aligny>center</aligny> + <scroll>true</scroll> + <textcolor>grey</textcolor> + <label>([COLOR=blue]$INFO[Container(2).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(2).CurrentPage]/$INFO[Container(2).NumPages][/COLOR])</label> + </control> </control> </controls> </window> |