From c8e1b08c71133e489a6e404f07ab9c8d88967d46 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 14 Feb 2020 23:35:40 +0100 Subject: [PATCH] webtv-setup: align keyboardinput to new template length Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e21c612cf59011917636568ddef16570eec1efa4 Author: vanhofen 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 --- src/gui/webtv_setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/webtv_setup.cpp b/src/gui/webtv_setup.cpp index 1bea81cf7..60c92fcf5 100644 --- a/src/gui/webtv_setup.cpp +++ b/src/gui/webtv_setup.cpp @@ -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;