Navigation Menu

Skip to content

Commit

Permalink
Fixed: [Confluence] slide the Kai dialog over when the busy dialog po…
Browse files Browse the repository at this point in the history
…ps up at the same time to prevent overlap and busy obscuring information
  • Loading branch information
JezzX committed Oct 17, 2012
1 parent 44b7774 commit 912432b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions addons/skin.confluence/720p/DialogBusy.xml
Expand Up @@ -9,13 +9,13 @@
<controls> <controls>
<control type="group"> <control type="group">
<posx>1070</posx> <posx>1070</posx>
<posy>638</posy> <posy>640</posy>
<control type="image"> <control type="image">
<description>background image</description> <description>background image</description>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>200</width> <width>200</width>
<height>72</height> <height>70</height>
<texture border="20">OverlayDialogBackground.png</texture> <texture border="20">OverlayDialogBackground.png</texture>
</control> </control>
<control type="image"> <control type="image">
Expand Down Expand Up @@ -44,7 +44,7 @@
<posx>20</posx> <posx>20</posx>
<posy>53</posy> <posy>53</posy>
<width>160</width> <width>160</width>
<height>10</height> <height>8</height>
</control> </control>
</control> </control>
</controls> </controls>
Expand Down
3 changes: 2 additions & 1 deletion addons/skin.confluence/720p/DialogKaiToast.xml
Expand Up @@ -3,10 +3,11 @@
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation> <animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
<coordinates> <coordinates>
<posx>860</posx> <posx>860</posx>
<posy>630</posy> <posy>640</posy>
</coordinates> </coordinates>
<controls> <controls>
<control type="group"> <control type="group">
<animation effect="slide" start="0,0" end="-190,0" time="200" condition="Window.IsVisible(BusyDialog)">conditional</animation>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
Expand Down

0 comments on commit 912432b

Please sign in to comment.