Update inkycal_agenda.py
This commit is contained in:
		| @@ -152,7 +152,7 @@ class Agenda(inkycal_module): | |||||||
|  |  | ||||||
|             time_width = int(max([self.font.getlength( |             time_width = int(max([self.font.getlength( | ||||||
|                 events['begin'].format(self.time_format, locale=self.language)) |                 events['begin'].format(self.time_format, locale=self.language)) | ||||||
|                 for events in upcoming_events]+[self.font.getlength("all day")])) |                 for events in upcoming_events])) | ||||||
|             logger.debug(f'time_width: {time_width}') |             logger.debug(f'time_width: {time_width}') | ||||||
|  |  | ||||||
|             # Calculate x-pos for time |             # Calculate x-pos for time | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user