
mtdean at thirdcontact
Mar 19, 2006, 10:47 AM
Post #1 of 1
(1079 views)
Permalink
|
|
Re: [mythtv-commits] Ticket #1549: Font size preferences are ignored in most places
|
|
On 03/19/2006 06:20 AM, MythTV wrote: > #1549: Font size preferences are ignored in most places > > The font size preferences in the Appearance settings are ignored in lots > of places (EPG, program finder, watch recordings, mythwelcome, mythvideo, > mythgallery, lots of other places). This means that if you have the > physical display size set correctly in xorg.conf on a very low DPI display > (e.g. a 28" PAL TV) these fonts are rendered unreadably small and there > appears to be no way to change them. > Isn't it completely up to the theme to determine whether to use the font sizes specified in Myth's frontend setup? AIUI, the theme can specify "<size:(small|big)>" elements to specify the font size to use when the user chooses small or big for "ThemeFontSizeType" (or, if the user specifies "default", the Myth uses small for TV's and big for monitors). However, some themes may not specify a size to use for both small and big but instead simply specify a size that's always used. Also, I'm pretty sure the settings for "Big|Medium|Small font" are used by QT, but not by the themes. If the font sizes specified by your theme are not to your liking, you'll need to modify the sizes in your theme's "*ui.xml" files. Mike _______________________________________________ mythtv-dev mailing list mythtv-dev [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
|