mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user