diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-10-17 20:56:47 +1100 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-10-17 20:56:47 +1100 |
commit | 912432b2027175945b692c02e073c8da5b4300b1 (patch) | |
tree | c4d3ae618fdbdafa9eece0f9fc529ef587ccfa43 /addons/skin.confluence/720p | |
parent | 44b77749bb587cadb905382b93ffb5cc2bcc9b15 (diff) |
Fixed: [Confluence] slide the Kai dialog over when the busy dialog pops up at the same time to prevent overlap and busy obscuring information
Diffstat (limited to 'addons/skin.confluence/720p')
-rw-r--r-- | addons/skin.confluence/720p/DialogBusy.xml | 6 | ||||
-rw-r--r-- | addons/skin.confluence/720p/DialogKaiToast.xml | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/addons/skin.confluence/720p/DialogBusy.xml b/addons/skin.confluence/720p/DialogBusy.xml index 02bcfdfb01..3fc6e4efb2 100644 --- a/addons/skin.confluence/720p/DialogBusy.xml +++ b/addons/skin.confluence/720p/DialogBusy.xml @@ -9,13 +9,13 @@ <controls> <control type="group"> <posx>1070</posx> - <posy>638</posy> + <posy>640</posy> <control type="image"> <description>background image</description> <posx>0</posx> <posy>0</posy> <width>200</width> - <height>72</height> + <height>70</height> <texture border="20">OverlayDialogBackground.png</texture> </control> <control type="image"> @@ -44,7 +44,7 @@ <posx>20</posx> <posy>53</posy> <width>160</width> - <height>10</height> + <height>8</height> </control> </control> </controls> diff --git a/addons/skin.confluence/720p/DialogKaiToast.xml b/addons/skin.confluence/720p/DialogKaiToast.xml index 3f5619e8ba..77283771d1 100644 --- a/addons/skin.confluence/720p/DialogKaiToast.xml +++ b/addons/skin.confluence/720p/DialogKaiToast.xml @@ -3,10 +3,11 @@ <animation effect="fade" start="100" end="0" time="200">WindowClose</animation> <coordinates> <posx>860</posx> - <posy>630</posy> + <posy>640</posy> </coordinates> <controls> <control type="group"> + <animation effect="slide" start="0,0" end="-190,0" time="200" condition="Window.IsVisible(BusyDialog)">conditional</animation> <control type="image"> <posx>0</posx> <posy>0</posy> |