webtv-setup: align keyboardinput to new template length

Origin commit data
------------------
Branch: ni/coolstream
Commit: e21c612cf5
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-02-14 (Fri, 14 Feb 2020)

Origin message was:
------------------
- webtv-setup: align keyboardinput to new template length

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-02-14 23:35:40 +01:00
parent 42acea0bca
commit c8e1b08c71

View File

@@ -145,7 +145,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;