[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>
|
||||
<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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user