Merge pull request 'Abgeschnittenes Datum beim Kalender gefixt' (#6) from hammi/buba:main into main
Reviewed-on: #6
This commit is contained in:
commit
81a3d9ed5b
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ class IcalEvents(BubaAnimation):
|
||||||
when = event.start.strftime("%H:%M")
|
when = event.start.strftime("%H:%M")
|
||||||
else:
|
else:
|
||||||
when = event.start.strftime("%d.%m.")
|
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=105, col_end=119,
|
self.buba.text(page=0, row=i + 1, col_start=104, col_end=119,
|
||||||
text=when, align=BubaCmd.ALIGN_RIGHT)
|
text=when, align=BubaCmd.ALIGN_RIGHT)
|
||||||
sleep(10)
|
sleep(10)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue