visual fix

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9963 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-11-15 19:50:19 +00:00
parent 17e0266f6e
commit 7ffb9bb195

View File

@ -79,7 +79,7 @@ TTZDisplay::Draw(BRect updaterect)
drawpt.y += fontheight() +2;
DrawString(f_text->String(), drawpt);
drawpt.x = bounds.right -be_plain_font->StringWidth(f_time->String()) +2;
drawpt.x = bounds.right -be_plain_font->StringWidth(f_time->String()) - 2;
DrawString(f_time->String(), drawpt);
}