Skip to content

Commit

Permalink
Fix kai toast image overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
MassIV committed Jun 25, 2014
1 parent 8e0e1ba commit 85a5c5c
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions 720p/DialogKaiToast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,27 @@
<visible>![Window.IsVisible(startup) | Window.IsVisible(visualisation) | Window.IsVisible(fullscreenvideo) | Window.IsVisible(loginscreen)]</visible>
</control>
<control type="image" id="400">
<include>SearchButton</include>
<aspectratio>stretch</aspectratio>
<include>SearchButton</include>
<texture>DefaultIconWarning.png</texture>
</control>
<control type="button" id="403">
<control type="image" id="403">
<aspectratio>stretch</aspectratio>
<include>SearchButton</include>
<texturefocus>DefaultIconInfo.png</texturefocus>
<texturenofocus>DefaultIconInfo.png</texturenofocus>
<visible>false</visible><!-- these are also false in Confluence -->
<texture>DefaultIconInfo.png</texture>
</control>
<control type="button" id="404">
<control type="image" id="404">
<aspectratio>stretch</aspectratio>
<include>SearchButton</include>
<texturefocus>DefaultIconWarning.png</texturefocus>
<texturenofocus>DefaultIconWarning.png</texturenofocus>
<visible>false</visible>
<texture>DefaultIconWarning.png</texture>
</control>
<control type="button" id="405">
<control type="image" id="405">
<aspectratio>stretch</aspectratio>
<include>SearchButton</include>
<texturefocus>DefaultIconError.png</texturefocus>
<texturenofocus>DefaultIconError.png</texturenofocus>
<visible>false</visible>
<texture>DefaultIconError.png</texture>
</control>
</control>
<control type="group">
Expand Down

0 comments on commit 85a5c5c

Please sign in to comment.