Enlargen home button
This commit is contained in:
parent
66d5ae1347
commit
6a32fd2c33
1 changed files with 14 additions and 14 deletions
|
@ -775,18 +775,18 @@
|
|||
</control>
|
||||
|
||||
<control type="grouplist">
|
||||
<posx>60</posx>
|
||||
<posy>34.5</posy>
|
||||
<width>1000</width>
|
||||
<height>66</height>
|
||||
<posx>20</posx>
|
||||
<posy>-5.5</posy>
|
||||
<width>1040</width>
|
||||
<height>170</height>
|
||||
<align>left</align>
|
||||
<itemgap>60</itemgap>
|
||||
<orientation>horizontal</orientation>
|
||||
<ondown>101</ondown>
|
||||
<usecontrolcoords>true</usecontrolcoords>
|
||||
<control type="group">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<posx>40</posx>
|
||||
<posy>34.5</posy>
|
||||
<width>124</width>
|
||||
<height>66</height>
|
||||
<control type="button" id="500">
|
||||
|
@ -817,23 +817,23 @@
|
|||
<visible>!Control.HasFocus(500) + String.IsEmpty(Window.Property(dropdown))</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>40</width>
|
||||
<height>40</height>
|
||||
<width>90</width>
|
||||
<height>90</height>
|
||||
<texture>script.plex/home/type/home.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>Control.HasFocus(500) | !String.IsEmpty(Window.Property(dropdown))</visible>
|
||||
<posx>-18</posx>
|
||||
<posy>-18</posy>
|
||||
<width>76</width>
|
||||
<height>76</height>
|
||||
<posx>-40</posx>
|
||||
<posy>-40</posy>
|
||||
<width>170</width>
|
||||
<height>170</height>
|
||||
<texture>script.plex/home/type/home-selected.png</texture>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>-27</posx>
|
||||
<posy>0</posy>
|
||||
<posx>13</posx>
|
||||
<posy>50</posy>
|
||||
<width max="500">auto</width>
|
||||
<height>66</height>
|
||||
<font>font12</font>
|
||||
|
|
Loading…
Reference in a new issue