mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
CTimerList: increase width of remote menu
eg: With oversized font sizes the buttons inside footer are squeezed.
This commit is contained in:
@@ -1097,7 +1097,7 @@ void CTimerList::hide()
|
|||||||
bool CTimerList::RemoteBoxSetup()
|
bool CTimerList::RemoteBoxSetup()
|
||||||
{
|
{
|
||||||
bool ret = false;
|
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_red, this, "del_ip");
|
||||||
remboxmenu->addKey(CRCInput::RC_green, this, "add_ip");
|
remboxmenu->addKey(CRCInput::RC_green, this, "add_ip");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user