diff options
author | Jezz_X <jezzx2@gmail.com> | 2011-04-12 21:59:12 +1000 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2011-04-12 21:59:12 +1000 |
commit | ba1a378df8feb759be90fc9acc7e496d3343dca5 (patch) | |
tree | 4c5bc21d4993e46821cf4cc38bad6e794cf5613f /addons | |
parent | a73f9867341d1c2123527b4c8a0330d2b6ecdb03 (diff) |
Updated: [Confluence] kai toast dialog to same look as seek bar
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/DialogKaiToast.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/addons/skin.confluence/720p/DialogKaiToast.xml b/addons/skin.confluence/720p/DialogKaiToast.xml index cbd5c219e8..3f5619e8ba 100644 --- a/addons/skin.confluence/720p/DialogKaiToast.xml +++ b/addons/skin.confluence/720p/DialogKaiToast.xml @@ -1,10 +1,9 @@ <window id="107"> - <animation effect="slide" start="0,80" end="0,0" time="100">WindowOpen</animation> - <animation effect="slide" start="0,0" end="0,80" time="100">WindowClose</animation> + <animation effect="fade" start="0" end="100" time="200">WindowOpen</animation> + <animation effect="fade" start="100" end="0" time="200">WindowClose</animation> <coordinates> - <system>1</system> - <posx>820</posx> - <posy>650</posy> + <posx>860</posx> + <posy>630</posy> </coordinates> <controls> <control type="group"> @@ -12,8 +11,9 @@ <posx>0</posx> <posy>0</posy> <width>400</width> - <height>80</height> - <texture border="20,20,20,2">InfoMessagePanel.png</texture> + <height>70</height> + <colordiffuse>EEFFFFFF</colordiffuse> + <texture border="12">OverlayDialogBackground.png</texture> </control> <control type="image" id="400"> <description>avatar</description> |