use cursive for task

This commit is contained in:
Jakub Trllo 2025-11-07 10:34:50 +01:00
parent 606fc39ee3
commit 447c0f45e5

View file

@ -395,7 +395,7 @@ class InstanceCardWidget(CardWidget):
folder_name = folder_path.split("/")[-1]
sublabel = f"- <b>{folder_name}</b>"
if task_name:
sublabel += f" - {task_name}"
sublabel += f" - <i>{task_name}</i>"
if not sublabel:
return sublabel
return f"<span style=\"font-size: 8pt;\">{sublabel}</span>"