diff options
author | jezz_x <jezz_x@svn> | 2009-12-02 09:02:35 +0000 |
---|---|---|
committer | jezz_x <jezz_x@svn> | 2009-12-02 09:02:35 +0000 |
commit | 42b87f339c02460545e4beff43410f4d743e2bc3 (patch) | |
tree | f05429d4106e6fc8f75e7334ba0cab4f8238fdb5 | |
parent | 3a6188b2b1a4d13d4df74391b6b001fd8b0e37d9 (diff) |
Fixed : [Confluence] Side menu buttons labels might be too long in some languages. Now they just get cut off with ...
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25225 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | skin/Confluence/720p/includes.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skin/Confluence/720p/includes.xml b/skin/Confluence/720p/includes.xml index 0937041972..e0971461be 100644 --- a/skin/Confluence/720p/includes.xml +++ b/skin/Confluence/720p/includes.xml @@ -205,6 +205,7 @@ <height>40</height>
<width>250</width>
<textoffsetx>10</textoffsetx>
+ <textwidth>235</textwidth>
<aligny>center</aligny>
<font>font13caps</font>
<texturefocus border="5">button-focus.png</texturefocus>
@@ -215,6 +216,7 @@ <height>40</height>
<width>221</width>
<textoffsetx>20</textoffsetx>
+ <textwidth>195</textwidth>
<aligny>center</aligny>
<font>font12caps_title</font>
<texturefocus border="5">button-focus.png</texturefocus>
@@ -225,6 +227,7 @@ <height>40</height>
<width>221</width>
<textoffsetx>20</textoffsetx>
+ <textwidth>195</textwidth>
<aligny>center</aligny>
<font>font12caps_title</font>
<texturefocus border="5">button-focus.png</texturefocus>
|