From 75a56ab2a440c3351b4199409b9672f8afd2d277 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sat, 30 Sep 2006 19:40:06 +0000 Subject: [PATCH] Bar display fix --- vvideorec.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2