diff options
author | ronie <ronie> | 2014-01-18 01:33:30 +0100 |
---|---|---|
committer | ronie <ronie> | 2014-01-18 01:33:30 +0100 |
commit | 1212b7002b7ba800a40d7aaa8f899df8d2d08ae0 (patch) | |
tree | a91f317b2d13c4ea5d88f28372856dd13fd91096 /addons/skin.confluence | |
parent | be022bfe597564f679c70c05d6c2d1649593281d (diff) |
[Confluence] reserve more space for pagecount/numitems - fixes #14844
Diffstat (limited to 'addons/skin.confluence')
-rw-r--r-- | addons/skin.confluence/720p/DialogSelect.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/addons/skin.confluence/720p/DialogSelect.xml b/addons/skin.confluence/720p/DialogSelect.xml index fbf120b591..3038aa0fde 100644 --- a/addons/skin.confluence/720p/DialogSelect.xml +++ b/addons/skin.confluence/720p/DialogSelect.xml @@ -16,7 +16,7 @@ <left>0</left> <top>0</top> <width>850</width> - <height>600</height> + <height>630</height> <texture border="40">$VAR[SelectBack]</texture> </control> <control type="image"> @@ -286,9 +286,9 @@ </control> <control type="label"> <description>number of files/pages in list text label</description> - <left>595</left> - <top>542</top> - <width>230</width> + <left>275</left> + <top>572</top> + <width>550</width> <height>35</height> <font>font12</font> <align>right</align> @@ -296,14 +296,14 @@ <scroll>true</scroll> <textcolor>grey</textcolor> <label>([COLOR=blue]$INFO[Container(3).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(3).CurrentPage]/$INFO[Container(3).NumPages][/COLOR])</label> - <animation effect="slide" end="-120,30" time="0" condition="!Control.IsVisible(5)">Conditional</animation> + <animation effect="slide" end="-120,0" time="0" condition="!Control.IsVisible(5)">Conditional</animation> <visible>Control.IsVisible(3)</visible> </control> <control type="label"> <description>number of files/pages in list text label</description> - <left>595</left> - <top>542</top> - <width>230</width> + <left>275</left> + <top>572</top> + <width>550</width> <height>35</height> <font>font12</font> <align>right</align> @@ -312,7 +312,7 @@ <textcolor>grey</textcolor> <label>([COLOR=blue]$INFO[Container(6).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(6).CurrentPage]/$INFO[Container(6).NumPages][/COLOR])</label> <wrapmultiline>true</wrapmultiline> - <animation effect="slide" end="-120,30" time="0" condition="!Control.IsVisible(5)">Conditional</animation> + <animation effect="slide" end="-120,0" time="0" condition="!Control.IsVisible(5)">Conditional</animation> <visible>Control.IsVisible(6)</visible> </control> <control type="button" id="5"> |