mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
use cursive for task
This commit is contained in:
parent
606fc39ee3
commit
447c0f45e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue