[mythtv] [PATCH] decrease GANT fontsize to 20

Leo Weppelman leo at wau.mis.ah.nl
Sun May 23 16:46:08 EDT 2004


The current fontsize (28) does not fit well on the tv-screen. See for
example the 'tv' menu. For the items 'Watch Recording' and 'Delete Recording'
the word 'Recording' is missing... The patch changes the pointsize to 20.
This is still readable but gives more room for the button labels.
-------------- next part --------------
Index: mythtv/themes/G.A.N.T./theme.xml
===================================================================
RCS file: /var/lib/mythcvs/mythtv/themes/G.A.N.T./theme.xml,v
retrieving revision 1.4
diff -u -r1.4 theme.xml
--- mythtv/themes/G.A.N.T./theme.xml	11 Feb 2004 20:28:09 -0000	1.4
+++ mythtv/themes/G.A.N.T./theme.xml	23 May 2004 20:35:44 -0000
@@ -34,7 +34,7 @@
     <area>5,3,3,3</area>
     <color>white</color>
       <fontname>Arial</fontname>
-      <fontsize>28</fontsize>
+      <fontsize>20</fontsize>
       <bold>yes</bold>
       <italics>no</italics>
       <centered>no</centered>
@@ -52,7 +52,7 @@
       <area>5,3,3,3</area>
       <color>#F7862B</color>
       <fontname>Arial</fontname>
-      <fontsize>28</fontsize>
+      <fontsize>20</fontsize>
       <bold>yes</bold>
       <italics>no</italics>
       <centered>no</centered>


More information about the mythtv-dev mailing list