Skip to content

Commit

Permalink
Add addon launch button
Browse files Browse the repository at this point in the history
  • Loading branch information
kib committed May 23, 2014
1 parent 9f8482e commit 1b4f1b3
Showing 1 changed file with 25 additions and 11 deletions.
36 changes: 25 additions & 11 deletions 720p/DialogAddonInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<coordinates>
<system>1</system>
<left>185</left>
<top>60</top>
<top>40</top>
<origin x="185" y="10">!IsEmpty(ListItem.Property(Addon.broken))</origin>
</coordinates>
<include>dialogeffect</include>
Expand All @@ -17,7 +17,7 @@
<left>0</left>
<top>0</top>
<width>920</width>
<height>600</height>
<height>639</height>
<colordiffuse>mainblue</colordiffuse>
<texture border="40">DialogBackwht.png</texture>
</control>
Expand All @@ -26,7 +26,7 @@
<left>0</left>
<top>0</top>
<width>920</width>
<height>600</height>
<height>639</height>
<colordiffuse>mainblue</colordiffuse>
<texture border="40">DialogBack.png</texture>
</control>
Expand Down Expand Up @@ -251,7 +251,7 @@
<left>10</left>
<top>195</top>
<width>600</width>
<height>160</height>
<height>190</height>
<font>Font_Neon_20</font>
<align>justify</align>
<textcolor>white</textcolor>
Expand All @@ -262,7 +262,7 @@
<left>610</left>
<top>190</top>
<width>25</width>
<height>175</height>
<height>190</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
Expand All @@ -276,7 +276,7 @@
<control type="label">
<description>Disclaimer txt</description>
<left>0</left>
<top>370</top>
<top>400</top>
<width>600</width>
<height>25</height>
<label>$LOCALIZE[24052]</label>
Expand All @@ -288,7 +288,7 @@
<control type="textbox">
<description>Disclaimer</description>
<left>10</left>
<top>395</top>
<top>425</top>
<width>600</width>
<height>40</height>
<font>Font_Neon_20</font>
Expand Down Expand Up @@ -317,7 +317,7 @@
<left>10</left>
<top>195</top>
<width>600</width>
<height>250</height>
<height>260</height>
<font>Font_Neon_20</font>
<align>justify</align>
<textcolor>white</textcolor>
Expand All @@ -328,7 +328,7 @@
<left>610</left>
<top>190</top>
<width>25</width>
<height>250</height>
<height>260</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
Expand All @@ -343,7 +343,7 @@
</control>
<control type="grouplist" id="9000">
<left>30</left>
<top>300</top>
<top>310</top>
<control type="button" id="6">
<description>Install/UnInstall Addon button</description>
<width>220</width>
Expand Down Expand Up @@ -428,6 +428,20 @@
<texturefocus>button-focus.png</texturefocus>
<texturenofocus>button-nofocus.png</texturenofocus>
</control>
<control type="button" id="12">
<description>Launch Addon button</description>
<width>220</width>
<height>38</height>
<label>518</label>
<font>Font_Neon_20</font>
<textcolor>grey</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<aligny>center</aligny>
<colordiffuse>mainblue</colordiffuse>
<texturefocus>button-focus.png</texturefocus>
<texturenofocus>button-nofocus.png</texturenofocus>
</control>
</control>
<control type="group">
<visible>!IsEmpty(ListItem.Property(Addon.broken))</visible>
Expand Down Expand Up @@ -477,4 +491,4 @@
</control>
</control>
</controls>
</window>
</window>

0 comments on commit 1b4f1b3

Please sign in to comment.