diff options
-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> |