aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorjmarshallnz <jcmarsha@gmail.com>2012-09-17 01:15:48 -0700
committerjmarshallnz <jcmarsha@gmail.com>2012-09-17 01:15:48 -0700
commitb9d289d29f1cbd84c7a2e8c8774ef10951e4f422 (patch)
treebb913d9fb838aec62ee4c57d1bbaef6fb7eb5573 /addons
parentce9750df78057cdc8afceb35fd0967bcb48d69b6 (diff)
parent7285c2e2eb25ad3ead8f2f109d53b559b53d9023 (diff)
Merge pull request #1281 from jmarshallnz/plugins_drop_progress
Plugins drop progress dialog
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.confluence/720p/DialogBusy.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/addons/skin.confluence/720p/DialogBusy.xml b/addons/skin.confluence/720p/DialogBusy.xml
index 7e9df8d916..fd053fa38c 100644
--- a/addons/skin.confluence/720p/DialogBusy.xml
+++ b/addons/skin.confluence/720p/DialogBusy.xml
@@ -39,6 +39,14 @@
<label>$LOCALIZE[31004]</label>
<font>font12</font>
</control>
+ <control type="progress" id="10">
+ <description>Progressbar</description>
+ <posx>20</posx>
+ <posy>65</posy>
+ <width>160</width>
+ <height>10</height>
+ <!-- <info>System.Progressbar</info> -->
+ </control>
</control>
</controls>
-</window> \ No newline at end of file
+</window>