[skin.confluence] v3.0.18
- Fix text width for buttons in addon settings
This commit is contained in:
parent
de31ff1a0d
commit
706823d7d0
@ -147,6 +147,7 @@
|
|||||||
<description>Default RadioButton</description>
|
<description>Default RadioButton</description>
|
||||||
<height>40</height>
|
<height>40</height>
|
||||||
<font>font13</font>
|
<font>font13</font>
|
||||||
|
<textwidth>668</textwidth>
|
||||||
<textcolor>grey2</textcolor>
|
<textcolor>grey2</textcolor>
|
||||||
<focusedcolor>white</focusedcolor>
|
<focusedcolor>white</focusedcolor>
|
||||||
<texturefocus border="5">button-focus2.png</texturefocus>
|
<texturefocus border="5">button-focus2.png</texturefocus>
|
||||||
@ -180,6 +181,7 @@
|
|||||||
<description>Default Slider</description>
|
<description>Default Slider</description>
|
||||||
<height>40</height>
|
<height>40</height>
|
||||||
<font>font13</font>
|
<font>font13</font>
|
||||||
|
<textwidth>518</textwidth>
|
||||||
<textcolor>grey2</textcolor>
|
<textcolor>grey2</textcolor>
|
||||||
<focusedcolor>white</focusedcolor>
|
<focusedcolor>white</focusedcolor>
|
||||||
<texturefocus border="5">button-focus2.png</texturefocus>
|
<texturefocus border="5">button-focus2.png</texturefocus>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<addon
|
<addon
|
||||||
id="skin.confluence"
|
id="skin.confluence"
|
||||||
version="3.0.17"
|
version="3.0.18"
|
||||||
name="Confluence"
|
name="Confluence"
|
||||||
provider-name="Jezz_X, Team Kodi">
|
provider-name="Jezz_X, Team Kodi">
|
||||||
<requires>
|
<requires>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
[B]3.0.18[/B]
|
||||||
|
|
||||||
|
- Fix text width for buttons in addon settings
|
||||||
|
|
||||||
[B]3.0.17[/B]
|
[B]3.0.17[/B]
|
||||||
|
|
||||||
- Updated language files from Transifex
|
- Updated language files from Transifex
|
||||||
|
Loading…
Reference in New Issue
Block a user