diff options
-rw-r--r-- | addons/skin.estuary/1080i/DialogBusy.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addons/skin.estuary/1080i/DialogBusy.xml b/addons/skin.estuary/1080i/DialogBusy.xml index a858411cea..a448d87587 100644 --- a/addons/skin.estuary/1080i/DialogBusy.xml +++ b/addons/skin.estuary/1080i/DialogBusy.xml @@ -50,6 +50,13 @@ <texture flipx="true" colordiffuse="button_focus">spinner.png</texture> <animation effect="fade" end="100" time="300" delay="200">WindowOpen</animation> </control> + <control type="progress" id="10"> + <left>920</left> + <top>620</top> + <width>80</width> + <height>24</height> + <animation effect="fade" end="100" time="300" delay="200">WindowOpen</animation> + </control> </control> </controls> </window> |