mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Increased the width of the left text column in the Setup menus to avoid cutting off German texts
This commit is contained in:
		
							
								
								
									
										2
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								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. | ||||
|   | ||||
| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user