diff options
author | phil65 <philipptemminghoff@gmx.de> | 2016-11-02 02:55:19 +0100 |
---|---|---|
committer | phil65 <philipptemminghoff@gmx.de> | 2016-11-02 02:55:19 +0100 |
commit | 8c02804baa3307da0421ed00bca66e17c8e0c88d (patch) | |
tree | 3e0f43976eec11f181e8d5ba8cb60329a9b24fa7 /addons/skin.estuary | |
parent | c997d9c54a693fe651d3e70e1d04e31074014f6b (diff) |
[estuary] add progress bar to BusyDialog
Diffstat (limited to 'addons/skin.estuary')
-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> |