From 1e92b7d3d32235c557147283399bfd7c9cfb903b Mon Sep 17 00:00:00 2001 From: louis Date: Thu, 17 Jan 2013 17:54:27 +0100 Subject: Version 0.0.2 --- config.c | 4 ++-- tvguide.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.c b/config.c index 6d62dbe..c146d53 100644 --- a/config.c +++ b/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; -} \ No newline at end of file +} diff --git a/tvguide.c b/tvguide.c index d513a62..3a27d41 100644 --- a/tvguide.c +++ b/tvguide.c @@ -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 *MAINMENUENTRY = "Tvguide"; -- cgit v1.2.3