Fix InfoWindow
This commit is contained in:
@@ -18,21 +18,18 @@
|
|||||||
<effect type="slide" start="0,0" end="0,100" delay="160" time="160" />
|
<effect type="slide" start="0,0" end="0,100" delay="160" time="160" />
|
||||||
<effect type="fade" delay="160" start="100" end="0" time="100" />
|
<effect type="fade" delay="160" start="100" end="0" time="100" />
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
<!-- BACKGROUND -->
|
<!-- BACKGROUND -->
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<width>1280</width>
|
<width>1280</width>
|
||||||
<height>720</height>
|
<height>720</height>
|
||||||
<texture colordiffuse="FF232323">white.png</texture>
|
<texture colordiffuse="FF232323">white.png</texture>
|
||||||
</control>
|
</control>
|
||||||
|
|
||||||
<!-- FANART -->
|
<!-- FANART -->
|
||||||
<control type="image" id='30000'>
|
<control type="image" id='30000'>
|
||||||
<width>1280</width>
|
<width>1280</width>
|
||||||
<height>720</height>
|
<height>720</height>
|
||||||
<texture colordiffuse="FF555555"></texture>
|
<texture colordiffuse="FF555555"></texture>
|
||||||
</control>
|
</control>
|
||||||
|
|
||||||
<!-- LOADING -->
|
<!-- LOADING -->
|
||||||
<control type="image" id='30001'>
|
<control type="image" id='30001'>
|
||||||
<top>355</top>
|
<top>355</top>
|
||||||
@@ -42,20 +39,6 @@
|
|||||||
<texture>white.png</texture>
|
<texture>white.png</texture>
|
||||||
<animation effect="zoom" pulse ="true" center="auto" start="0,100" end="100,100" time="1000" condition="Control.IsVisible(30001)">Conditional</animation>
|
<animation effect="zoom" pulse ="true" center="auto" start="0,100" end="100,100" time="1000" condition="Control.IsVisible(30001)">Conditional</animation>
|
||||||
</control>
|
</control>
|
||||||
|
|
||||||
<control type="button" id="30003">
|
|
||||||
<top>40</top>
|
|
||||||
<right>40</right>
|
|
||||||
<height>50</height>
|
|
||||||
<width>50</width>
|
|
||||||
<textcolor>FFFFFFFF</textcolor>
|
|
||||||
<aligny>center</aligny>
|
|
||||||
<align>center</align>
|
|
||||||
<texturefocus colordiffuse="FFFFFFFF">close.png</texturefocus>
|
|
||||||
<texturenofocus colordiffuse="80FFFFFF">close.png</texturenofocus>
|
|
||||||
<ondown>30002</ondown>
|
|
||||||
</control>
|
|
||||||
|
|
||||||
<!-- SELECTION -->
|
<!-- SELECTION -->
|
||||||
<control type="fixedlist" id="30002">
|
<control type="fixedlist" id="30002">
|
||||||
<top>40</top>
|
<top>40</top>
|
||||||
@@ -128,6 +111,29 @@
|
|||||||
</control>
|
</control>
|
||||||
</focusedlayout>
|
</focusedlayout>
|
||||||
</control>
|
</control>
|
||||||
</control> <!-- GROUP CONTROLS END -->
|
<control type='button'>
|
||||||
|
<description>Result Overflow</description>
|
||||||
|
<top>0</top>
|
||||||
|
<left>430</left>
|
||||||
|
<width>880</width>
|
||||||
|
<height>100%</height>
|
||||||
|
<texturefocus></texturefocus>
|
||||||
|
<texturenofocus></texturenofocus>
|
||||||
|
</control>
|
||||||
|
<control type="button" id="30003">
|
||||||
|
<description>Close</description>
|
||||||
|
<top>40</top>
|
||||||
|
<right>40</right>
|
||||||
|
<height>50</height>
|
||||||
|
<width>50</width>
|
||||||
|
<textcolor>FFFFFFFF</textcolor>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<align>center</align>
|
||||||
|
<texturefocus colordiffuse="FFFFFFFF">close.png</texturefocus>
|
||||||
|
<texturenofocus colordiffuse="80FFFFFF">close.png</texturenofocus>
|
||||||
|
<ondown>30002</ondown>
|
||||||
|
</control>
|
||||||
|
</control>
|
||||||
|
<!-- GROUP CONTROLS END -->
|
||||||
</controls>
|
</controls>
|
||||||
</window>
|
</window>
|
||||||
Reference in New Issue
Block a user