mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
- webtv-setup: align keyboardinput to new template length
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -146,7 +146,7 @@ int CWebTVSetup::exec(CMenuTarget *parent, const std::string &actionKey)
|
||||
tpl += "?mode=tv";
|
||||
std::string entry = tpl;
|
||||
|
||||
CKeyboardInput *e = new CKeyboardInput(LOCALE_WEBTV_XML_ENTER, &entry, 50);
|
||||
CKeyboardInput *e = new CKeyboardInput(LOCALE_WEBTV_XML_ENTER, &entry, 52);
|
||||
e->exec(this, "");
|
||||
delete e;
|
||||
|
||||
|
Reference in New Issue
Block a user