mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
				synced 2023-10-05 13:01:48 +00:00 
			
		
		
		
	Version 0.0.2
This commit is contained in:
		
							
								
								
									
										4
									
								
								config.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								config.c
									
									
									
									
									
								
							| @@ -13,7 +13,7 @@ cTvguideConfig::cTvguideConfig() { | ||||
| 	displayTime = 160; | ||||
| 	minuteHeight = 0; | ||||
| 	timeColWidth = 120; | ||||
| 	headerHeight = 145; | ||||
| 	headerHeight = 150; | ||||
| 	footerHeight = 80; | ||||
| 	stepMinutes = 30; | ||||
| 	bigStepHours = 3; | ||||
| @@ -173,4 +173,4 @@ bool cTvguideConfig::SetupParse(const char *Name, const char *Value) { | ||||
| 	else if (strcmp(Name, "fontMessageBoxLargeSize") == 0) 	fontMessageBoxLargeSize = atoi(Value);	 | ||||
| 	else return false; | ||||
| 	return true; | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user