Code:```python listbox = Listbox(["entry1", "entry2", "entry3"], title=f"{Style.bold}This is a test title :){Style.reset}", ) listbox.show() ```Preview: