diff --git a/src/prefs/time/TZDisplay.cpp b/src/prefs/time/TZDisplay.cpp index 2494c74b68..a9733d9498 100644 --- a/src/prefs/time/TZDisplay.cpp +++ b/src/prefs/time/TZDisplay.cpp @@ -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); }