diff options
author | ronie <ronie> | 2013-12-31 16:41:07 +0100 |
---|---|---|
committer | ronie <ronie> | 2013-12-31 16:41:07 +0100 |
commit | 877b4249f2017faf4832d2b40d97684ab70313d9 (patch) | |
tree | 538f40e5d565f4456e264686d6e401f113d5650a /addons/skin.confluence | |
parent | e762572881d4c17de5e11fb2d6e380f055deac92 (diff) |
revert most of cde2285
Diffstat (limited to 'addons/skin.confluence')
-rw-r--r-- | addons/skin.confluence/720p/DialogSelect.xml | 47 |
1 files changed, 14 insertions, 33 deletions
diff --git a/addons/skin.confluence/720p/DialogSelect.xml b/addons/skin.confluence/720p/DialogSelect.xml index f2485b17c1..558ef42e12 100644 --- a/addons/skin.confluence/720p/DialogSelect.xml +++ b/addons/skin.confluence/720p/DialogSelect.xml @@ -68,27 +68,27 @@ <control type="list" id="3"> <left>20</left> <top>67</top> - <width>790</width> - <height>460</height> + <width>550</width> + <height>506</height> <onup>3</onup> <ondown>3</ondown> - <onleft>60</onleft> - <onright>60</onright> - <pagecontrol>60</pagecontrol> + <onleft>5</onleft> + <onright>61</onright> + <pagecontrol>61</pagecontrol> <scrolltime>200</scrolltime> - <animation effect="slide" start="0,0" end="10,0" time="0" condition="!Control.IsVisible(60)">Conditional</animation> - <itemlayout height="46" width="790"> + <animation effect="slide" start="0,0" end="10,0" time="0" condition="!Control.IsVisible(61)">Conditional</animation> + <itemlayout height="46" width="550"> <control type="image"> <left>0</left> <top>0</top> - <width>790</width> + <width>550</width> <height>40</height> <texture border="5">button-nofocus.png</texture> </control> <control type="label"> <left>20</left> <top>0</top> - <width>750</width> + <width>510</width> <height>40</height> <font>font13</font> <textcolor>grey2</textcolor> @@ -98,11 +98,11 @@ <label>$INFO[ListItem.Label]</label> </control> </itemlayout> - <focusedlayout height="46" width="790"> + <focusedlayout height="46" width="550"> <control type="image"> <left>0</left> <top>0</top> - <width>790</width> + <width>550</width> <height>40</height> <texture border="5">button-nofocus.png</texture> <visible>!Control.HasFocus(3)</visible> @@ -111,7 +111,7 @@ <control type="image"> <left>0</left> <top>0</top> - <width>790</width> + <width>550</width> <height>40</height> <texture border="5">button-focus2.png</texture> <visible>Control.HasFocus(3)</visible> @@ -120,7 +120,7 @@ <control type="label"> <left>20</left> <top>0</top> - <width>750</width> + <width>510</width> <height>40</height> <font>font13</font> <textcolor>white</textcolor> @@ -237,24 +237,6 @@ </control> </focusedlayout> </control> - <control type="scrollbar" id="60"> - <left>810</left> - <top>65</top> - <width>25</width> - <height>464</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> - <textureslidernib>ScrollBarNib.png</textureslidernib> - <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus> - <onleft>3</onleft> - <onright>3</onright> - <ondown>60</ondown> - <onup>60</onup> - <showonepage>false</showonepage> - <orientation>vertical</orientation> - <visible>Control.IsVisible(3)</visible> - </control> <control type="scrollbar" id="61"> <left>570</left> <top>65</top> @@ -265,13 +247,12 @@ <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus> <textureslidernib>ScrollBarNib.png</textureslidernib> <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus> - <onleft>6</onleft> + <onleft>3</onleft> <onright>5</onright> <ondown>61</ondown> <onup>61</onup> <showonepage>false</showonepage> <orientation>vertical</orientation> - <visible>Control.IsVisible(6)</visible> </control> <control type="label"> <description>number of files/pages in list text label</description> |