Fix InfoWindow

This commit is contained in:
Alhaziel01
2022-03-15 16:33:24 +01:00
parent 4b5488b445
commit a2f03b5f55
+24 -18
View File
@@ -18,21 +18,18 @@
<effect type="slide" start="0,0" end="0,100" delay="160" time="160" />
<effect type="fade" delay="160" start="100" end="0" time="100" />
</animation>
<!-- BACKGROUND -->
<control type="image">
<width>1280</width>
<height>720</height>
<texture colordiffuse="FF232323">white.png</texture>
</control>
<!-- FANART -->
<control type="image" id='30000'>
<width>1280</width>
<height>720</height>
<texture colordiffuse="FF555555"></texture>
</control>
<!-- LOADING -->
<control type="image" id='30001'>
<top>355</top>
@@ -42,20 +39,6 @@
<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>
</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 -->
<control type="fixedlist" id="30002">
<top>40</top>
@@ -128,6 +111,29 @@
</control>
</focusedlayout>
</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>
</window>