From: Chris Tallon Date: Sat, 30 Sep 2006 19:40:06 +0000 (+0000) Subject: Bar display fix X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=75a56ab2a440c3351b4199409b9672f8afd2d277;p=vompclient-marten.git Bar display fix --- diff --git a/vvideorec.cc b/vvideorec.cc index 8e6c5b7..bea2e33 100644 --- a/vvideorec.cc +++ b/vvideorec.cc @@ -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;