How to double space text in psychopy

My experiment is centered around text with different vignettes and I would like all the text to be double spaced. When I look under layout or appearance for the text boxes this does not seem like an option. How do I make the texts double spaced so participants can read the paragraphs more easily?

Thank you so much!

You can do this in a code component:

myTextbox.text = myTextbox.text.replace(" ", "  ")