]> git.vomp.tv Git - vompclient.git/commitdiff
Bar display fix
authorChris Tallon <chris@vomp.tv>
Sat, 30 Sep 2006 19:40:06 +0000 (19:40 +0000)
committerChris Tallon <chris@vomp.tv>
Sat, 30 Sep 2006 19:40:06 +0000 (19:40 +0000)
vvideorec.cc

index 8e6c5b751f0f96efe9703ec6e938dc74469b9be2..bea2e337e42498133bbaff05d94e73f98b0aa41f 100644 (file)
@@ -67,7 +67,7 @@ VVideoRec::VVideoRec(Recording* rec)
   barRegion.x = 0;
   barRegion.y = video->getScreenHeight() - 58;   // FIXME, need to be - 1? and below?
   barRegion.w = video->getScreenWidth();
-  barRegion.h = 66;
+  barRegion.h = 58;
 
   clocksRegion.x = barRegion.x + 140;
   clocksRegion.y = barRegion.y + 12;