From 6b28013da1801b7b55403391251adecc22f74c92 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 8 Oct 2017 17:48:32 +0200 Subject: [PATCH] CTimerList: increase width of remote menu eg: With oversized font sizes the buttons inside footer are squeezed. --- src/gui/timerlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/timerlist.cpp b/src/gui/timerlist.cpp index 30abd3eda..a189ce33b 100644 --- a/src/gui/timerlist.cpp +++ b/src/gui/timerlist.cpp @@ -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");