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



On Tue, 26 Mar 2002 20:51:03 +0100
Klaus Schmidinger <Klaus.Schmidinger@cadsoft.de> wrote:

> 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.
> 

Ok, it works. Thank you for the quick fix.

Best Regards,
   Angelus.

> 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