diff --git a/buba/animations/icalevents.py b/buba/animations/icalevents.py index f8b4bc2..ec0ba20 100644 --- a/buba/animations/icalevents.py +++ b/buba/animations/icalevents.py @@ -47,7 +47,7 @@ class IcalEvents(BubaAnimation): when = event.start.strftime("%H:%M") else: when = event.start.strftime("%d.%m.") - self.buba.text(page=0, row=i + 1, col_start=0, col_end=104, text=self.ellipsis(event.summary)) + self.buba.text(page=0, row=i + 1, col_start=0, col_end=103, text=self.ellipsis(event.summary)) self.buba.text(page=0, row=i + 1, col_start=104, col_end=119, text=when, align=BubaCmd.ALIGN_RIGHT) sleep(10)