Piccole modifiche a shortcut menu

This commit is contained in:
Alhaziel
2020-02-19 17:41:54 +01:00
parent 73a7d9d655
commit 818e90e2b8
+10 -12
View File
@@ -69,10 +69,8 @@
<texture colordiffuse="60FFFFFF">Shortcut/black.png</texture> <texture colordiffuse="60FFFFFF">Shortcut/black.png</texture>
</control> </control>
<control type="image"> <control type="image">
<left>35</left> <width>220</width>
<top>35</top> <height>220</height>
<width>150</width>
<height>150</height>
<texture>$INFO[ListItem.Property(thumb)]</texture> <texture>$INFO[ListItem.Property(thumb)]</texture>
<aspectratio>keep</aspectratio> <aspectratio>keep</aspectratio>
<align>center</align> <align>center</align>
@@ -97,8 +95,9 @@
<animation effect="fade" start="100" end="0" time="0">Focus</animation> <animation effect="fade" start="100" end="0" time="0">Focus</animation>
</control> </control>
<control type="image"> <control type="image">
<top>1</top>
<width>220</width> <width>220</width>
<height>220</height> <height>218</height>
<texture colordiffuse="FF0082C2">Shortcut/button-fo.png</texture> <texture colordiffuse="FF0082C2">Shortcut/button-fo.png</texture>
<animation effect="fade" start="100" end="0" time="0">Unfocus</animation> <animation effect="fade" start="100" end="0" time="0">Unfocus</animation>
</control> </control>
@@ -118,20 +117,19 @@
<texture colordiffuse="60FFFFFF">Shortcut/black.png</texture> <texture colordiffuse="60FFFFFF">Shortcut/black.png</texture>
</control> </control>
<control type="image"> <control type="image">
<left>35</left> <width>220</width>
<top>35</top> <height>220</height>
<width>150</width>
<height>150</height>
<texture>$INFO[ListItem.Property(thumb)]</texture> <texture>$INFO[ListItem.Property(thumb)]</texture>
<aspectratio>keep</aspectratio> <aspectratio>keep</aspectratio>
<align>center</align> <align>center</align>
</control> </control>
<control type="textbox"> <control type="textbox">
<left>0</left> <left>0</left>
<top>146</top> <top>160</top>
<width>220</width> <width>220</width>
<height>74</height> <height>74</height>
<font>font12</font> <font>font12</font>
<textcolor>FFFFFFFF</textcolor>
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
@@ -151,8 +149,8 @@
<textureslidernibfocus>-</textureslidernibfocus> <textureslidernibfocus>-</textureslidernibfocus>
<showonepage>false</showonepage> <showonepage>false</showonepage>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<onleft>32500</onleft> <!-- <onleft>32500</onleft>
<onright>32500</onright> <onright>32500</onright> -->
<ondown>32500</ondown> <ondown>32500</ondown>
<onup>32500</onup> <onup>32500</onup>
<animation effect="slide" end="120,0" time="0" condition="!Control.IsVisible(5)">Conditional</animation> <animation effect="slide" end="120,0" time="0" condition="!Control.IsVisible(5)">Conditional</animation>