summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-02-09 12:04:40 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-02-09 12:04:40 +0100
commit2eb23cb9f472786097cf8fc435b5a63bcebb5f25 (patch)
tree2f7cf46ab64a39491efb00aa11a66d3597a2f593
parent9c9c1d9e19da95ab6c9f29ddd1d5de7594ce2c33 (diff)
downloadvdr-2eb23cb9f472786097cf8fc435b5a63bcebb5f25.tar.gz
vdr-2eb23cb9f472786097cf8fc435b5a63bcebb5f25.tar.bz2
Increased the width of the left text column in the Setup menus to avoid cutting off German texts
-rw-r--r--HISTORY2
-rw-r--r--menuitems.c4
2 files changed, 4 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index ab64abe9..4a8986ab 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8531,3 +8531,5 @@ Video Disk Recorder Revision History
- Updated the Ukrainian OSD texts (thanks to Yarema Aka Knedlyk).
- Added "#REMOTE=LIRC" to Make.config.template (suggested by Martin Dauskardt).
- Updated the Estonian OSD texts (thanks to Arthur Konovalov).
+- Increased the width of the left text column in the Setup menus to avoid cutting
+ off German texts.
diff --git a/menuitems.c b/menuitems.c
index a7f82833..d0a068d5 100644
--- a/menuitems.c
+++ b/menuitems.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menuitems.c 3.2 2013/11/03 14:48:21 kls Exp $
+ * $Id: menuitems.c 3.3 2015/02/09 11:53:10 kls Exp $
*/
#include "menuitems.h"
@@ -1168,7 +1168,7 @@ eOSState cMenuEditMapItem::ProcessKey(eKeys Key)
// --- cMenuSetupPage --------------------------------------------------------
cMenuSetupPage::cMenuSetupPage(void)
-:cOsdMenu("", 33)
+:cOsdMenu("", 36)
{
SetMenuCategory(mcSetup);
plugin = NULL;