[skin.confluence] v3.0.18

- Fix text width for buttons in addon settings
This commit is contained in:
HitcherUK 2016-05-31 18:52:09 +01:00
parent de31ff1a0d
commit 706823d7d0
3 changed files with 7 additions and 1 deletions

View File

@ -147,6 +147,7 @@
<description>Default RadioButton</description>
<height>40</height>
<font>font13</font>
<textwidth>668</textwidth>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
@ -180,6 +181,7 @@
<description>Default Slider</description>
<height>40</height>
<font>font13</font>
<textwidth>518</textwidth>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.confluence"
version="3.0.17"
version="3.0.18"
name="Confluence"
provider-name="Jezz_X, Team Kodi">
<requires>

View File

@ -1,3 +1,7 @@
[B]3.0.18[/B]
- Fix text width for buttons in addon settings
[B]3.0.17[/B]
- Updated language files from Transifex