CTimerList: increase width of remote menu

eg: With oversized font sizes the buttons inside footer are squeezed.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6b28013da1
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-08 (Sun, 08 Oct 2017)

Origin message was:
------------------
CTimerList: increase width of remote menu

eg: With oversized font sizes the buttons inside footer are squeezed.


------------------
This commit was generated by Migit
This commit is contained in:
2017-10-08 17:48:32 +02:00
parent 39191df6e0
commit 1d2d437547

View File

@@ -1097,7 +1097,7 @@ void CTimerList::hide()
bool CTimerList::RemoteBoxSetup()
{
bool ret = false;
remboxmenu = new CMenuWidget(LOCALE_REMOTEBOX_HEAD, NEUTRINO_ICON_TIMER);
remboxmenu = new CMenuWidget(LOCALE_REMOTEBOX_HEAD, NEUTRINO_ICON_TIMER, 50);
remboxmenu->addKey(CRCInput::RC_red, this, "del_ip");
remboxmenu->addKey(CRCInput::RC_green, this, "add_ip");