aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorronie <ronie>2013-12-18 23:24:23 +0100
committerronie <ronie>2013-12-18 23:24:23 +0100
commit4f9e989baabc06d8d6ccfd1dddb122107dd9a149 (patch)
treea30f0b38dcc34df6f2022c52fab6b4243f92b4ad /addons
parent314bf2eb08f7b7a324c4d58261be171f4f084b40 (diff)
[confluence] DialogProgress.xml: replace 3 separate lines with a textbox
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.confluence/720p/DialogProgress.xml33
1 files changed, 4 insertions, 29 deletions
diff --git a/addons/skin.confluence/720p/DialogProgress.xml b/addons/skin.confluence/720p/DialogProgress.xml
index 433eb65dd5..196b9bf836 100644
--- a/addons/skin.confluence/720p/DialogProgress.xml
+++ b/addons/skin.confluence/720p/DialogProgress.xml
@@ -62,41 +62,16 @@
<ondown>10</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
- <control type="label" id="2">
- <description>dialog line 1</description>
+ <control type="textbox" id="9">
+ <description>text</description>
<left>30</left>
<top>60</top>
<width>550</width>
- <height>30</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <haspath>true</haspath>
- <font>font13</font>
- </control>
- <control type="label" id="3">
- <description>dialog line 2</description>
- <left>30</left>
- <top>85</top>
- <width>550</width>
- <height>30</height>
+ <height>80</height>
<align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <haspath>true</haspath>
- <font>font13</font>
- </control>
- <control type="label" id="4">
- <description>dialog line 3</description>
- <left>30</left>
- <top>110</top>
- <width>550</width>
- <height>30</height>
- <align>left</align>
- <aligny>center</aligny>
<label>-</label>
- <haspath>true</haspath>
<font>font13</font>
+ <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
<control type="progress">
<description>Progressbar</description>