diff options
author | Jezz_X <jezzx2@gmail.com> | 2011-01-11 16:29:59 +1100 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2011-01-11 17:13:45 +1100 |
commit | a118e27b9db44324d44750979ee0b921fe620401 (patch) | |
tree | c279e27ad4f663510007ec799fe97d2409980ec3 /addons | |
parent | 58c47079ea1d8d52ac8de2213a55109e6082c0b6 (diff) |
Fixed: [Confluence] (Live TV window) side menu button text got cut off too short after changes to main xbmc master
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/MyTV.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/MyTV.xml b/addons/skin.confluence/720p/MyTV.xml index 6f2fda001d..29593c7e06 100644 --- a/addons/skin.confluence/720p/MyTV.xml +++ b/addons/skin.confluence/720p/MyTV.xml @@ -2671,6 +2671,7 @@ <description>TV Channels</description> <posx>0</posx> <posy>0</posy> + <textwidth>235</textwidth> <include>ButtonCommonValues</include> <label>19023</label> <onleft>11</onleft> @@ -2682,6 +2683,7 @@ <description>Radio Channels</description> <posx>0</posx> <posy>40</posy> + <textwidth>235</textwidth> <include>ButtonCommonValues</include> <label>19024</label> <onleft>12</onleft> @@ -2693,6 +2695,7 @@ <description>TV Guide</description> <posx>0</posx> <posy>80</posy> + <textwidth>235</textwidth> <include>ButtonCommonValues</include> <label>19029</label> <onleft>10</onleft> @@ -2704,6 +2707,7 @@ <description>Recordings</description> <posx>0</posx> <posy>120</posy> + <textwidth>235</textwidth> <include>ButtonCommonValues</include> <label>19163</label> <onleft>13</onleft> @@ -2715,6 +2719,7 @@ <description>Timers</description> <posx>0</posx> <posy>160</posy> + <textwidth>235</textwidth> <include>ButtonCommonValues</include> <label>19040</label> <onleft>14</onleft> @@ -2726,6 +2731,7 @@ <description>Search</description> <posx>0</posx> <posy>200</posy> + <textwidth>235</textwidth> <include>ButtonCommonValues</include> <label>137</label> <onleft>17</onleft> |