Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Thing's todo before 1.0.0 milestone



DOm wrote:
> 
> another little issue on channel list.
> When channels.conf contains more than 1000 channels there is a problem
> in "channels" menu: the channel name partially overlap the channel
> number an make it less readable, does that happen only on my system?

Try changing the line

:cOsdMenu(tr("Channels"), 4)

to

:cOsdMenu(tr("Channels"), Channels.Count() > 999 ? 5 : 4)

in menu.c. Haven't tested this, but I guess it should work.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________



Home | Main Index | Thread Index