Add button id=14 to DialogAddonInfo.xml (#102)

* Add button id=14 to DialogAddonInfo.xml

* Fix size
This commit is contained in:
Christian Gade 2021-02-28 16:00:53 +01:00 committed by GitHub
parent 02974ed429
commit 2208198c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 26 deletions

View File

@ -4,8 +4,8 @@
<onload>ClearProperty(WhatsNew,home)</onload>
<coordinates>
<left>185</left>
<top>40</top>
<origin x="185" y="10">!String.IsEmpty(ListItem.AddonBroken)</origin>
<top>18</top>
<origin x="185" y="5">!String.IsEmpty(ListItem.AddonBroken)</origin>
</coordinates>
<include>dialogeffect</include>
<controls>
@ -14,7 +14,7 @@
<visible>!Window.isVisible(AddonSettings) + !Window.IsActive(TextViewer)</visible>
<include content="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="920" />
<param name="DialogBackgroundHeight" value="639" />
<param name="DialogBackgroundHeight" value="684" />
<param name="DialogHeaderWidth" value="840" />
<param name="DialogHeaderLabel" value="$LOCALIZE[24003]" />
<param name="DialogHeaderId" value="2" />
@ -182,7 +182,7 @@
<left>10</left>
<top>167</top>
<width>600</width>
<height>218</height>
<height>263</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
@ -193,7 +193,7 @@
<left>610</left>
<top>165</top>
<width>25</width>
<height>190</height>
<height>235</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>
@ -207,7 +207,7 @@
<control type="label">
<description>Disclaimer txt</description>
<left>0</left>
<top>400</top>
<top>445</top>
<width>600</width>
<height>25</height>
<label>$LOCALIZE[24052]</label>
@ -219,7 +219,7 @@
<control type="textbox">
<description>Disclaimer</description>
<left>10</left>
<top>427</top>
<top>472</top>
<width>600</width>
<height>64</height>
<font>font12</font>
@ -248,7 +248,7 @@
<left>10</left>
<top>177</top>
<width>600</width>
<height>288</height>
<height>333</height>
<font>font13</font>
<align>left</align>
<textcolor>white</textcolor>
@ -259,7 +259,7 @@
<left>610</left>
<top>175</top>
<width>25</width>
<height>260</height>
<height>305</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>
@ -276,7 +276,7 @@
<left>30</left>
<top>300</top>
<width>220</width>
<height>313</height>
<height>358</height>
<onleft>60</onleft>
<onright>60</onright>
<onup>9000</onup>
@ -301,6 +301,14 @@
<align>center</align>
<font>font12_title</font>
</control>
<control type="button" id="12">
<description>Launch Addon button</description>
<width>220</width>
<height>43</height>
<label>518</label>
<align>center</align>
<font>font12_title</font>
</control>
<control type="button" id="8">
<description>Update Addon button</description>
<width>220</width>
@ -317,11 +325,11 @@
<align>center</align>
<font>font12_title</font>
</control>
<control type="button" id="12">
<description>Launch Addon button</description>
<control type="button" id="14">
<description>Versions button</description>
<width>220</width>
<height>43</height>
<label>518</label>
<label>24069</label>
<align>center</align>
<font>font12_title</font>
</control>
@ -353,28 +361,28 @@
<control type="group">
<visible>!String.IsEmpty(ListItem.AddonBroken)</visible>
<left>0</left>
<top>600</top>
<top>635</top>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>920</width>
<height>100</height>
<height>80</height>
<texture border="20">OverlayDialogBackground.png</texture>
</control>
<control type="image">
<description>Icon image</description>
<left>20</left>
<top>20</top>
<width>60</width>
<height>60</height>
<left>18</left>
<top>18</top>
<width>44</width>
<height>44</height>
<texture>DefaultIconError.png</texture>
</control>
<control type="label">
<description>header label</description>
<left>100</left>
<left>75</left>
<top>15</top>
<width>800</width>
<width>825</width>
<height>25</height>
<font>font12_title</font>
<label>24096</label>
@ -385,11 +393,11 @@
</control>
<control type="textbox">
<description>Reason label</description>
<left>100</left>
<left>75</left>
<top>37</top>
<width>800</width>
<width>825</width>
<height>48</height>
<font>font13</font>
<font>font12</font>
<label>$INFO[ListItem.AddonBroken]</label>
<align>left</align>
<textcolor>white</textcolor>
@ -398,4 +406,4 @@
</control>
</control>
</controls>
</window>
</window>

View File

@ -143,6 +143,6 @@
<screenshot>resources/screenshot-08.jpg</screenshot>
<screenshot>resources/screenshot-09.jpg</screenshot>
</assets>
<news>- Fix PVR radio record button.[CR]- Fix PVR recording label.[CR]- Fix posters.</news>
<news>- Fix PVR radio record button.[CR]- Fix PVR recording label.[CR]- Fix posters.[CR]- Add "Versions" button to add-on information dialog</news>
</extension>
</addon>

View File

@ -3,6 +3,7 @@
- Fix PVR radio record button
- Fix PVR recording label
- Fix posters
- Add "Versions" button to add-on information dialog
[B]4.7.10[/B]