]> git.vomp.tv Git - vompclient.git/commitdiff
Current time bar on EPG
authorChris Tallon <chris@vomp.tv>
Thu, 15 Mar 2007 20:50:20 +0000 (20:50 +0000)
committerChris Tallon <chris@vomp.tv>
Thu, 15 Mar 2007 20:50:20 +0000 (20:50 +0000)
vepg.cc

diff --git a/vepg.cc b/vepg.cc
index c2db8fe3ff18436e57f4937f768c96469ae734a3..85a30aa9cb33ca1e77a1e47463fc9fb343165388 100644 (file)
--- a/vepg.cc
+++ b/vepg.cc
@@ -272,7 +272,7 @@ void VEpg::drawData()
     chanListbox.getOffsetX(),
     chanListbox.getOffsetY() - Surface::getFontHeight() - 3,
     155 + WINDOW_WIDTH * MINUTE_SCALE,
-    chanListbox.getHeight() + Surface::getFontHeight() + 3,
+    chanListbox.getHeight() + Surface::getFontHeight() + 4,
     Colour::BLACK);
 
   chanListbox.draw();