CTimerList: increase width of remote menu

eg: With oversized font sizes the buttons inside footer are  squeezed.
This commit is contained in:
2017-10-08 17:48:32 +02:00
parent 4ad5ce65e2
commit 6b28013da1

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");