Version 0.0.2

This commit is contained in:
louis 2013-01-17 17:54:27 +01:00
parent b112f69778
commit 1e92b7d3d3
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ cTvguideConfig::cTvguideConfig() {
displayTime = 160; displayTime = 160;
minuteHeight = 0; minuteHeight = 0;
timeColWidth = 120; timeColWidth = 120;
headerHeight = 145; headerHeight = 150;
footerHeight = 80; footerHeight = 80;
stepMinutes = 30; stepMinutes = 30;
bigStepHours = 3; 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 if (strcmp(Name, "fontMessageBoxLargeSize") == 0) fontMessageBoxLargeSize = atoi(Value);
else return false; else return false;
return true; return true;
} }

View File

@ -20,7 +20,7 @@
static const char *VERSION = "0.0.1"; static const char *VERSION = "0.0.2";
static const char *DESCRIPTION = "A fancy 2d EPG Viewer"; static const char *DESCRIPTION = "A fancy 2d EPG Viewer";
static const char *MAINMENUENTRY = "Tvguide"; static const char *MAINMENUENTRY = "Tvguide";