I’m trying to create a widget in ElKowar’s Wacky Widgets (hereafter “EWW”), but when I apply properties to specifically a label widget and execute the code, any property other than :text will not apply. This is my code for the label widget:
;; the quote is from u/WeAreDevil
(defwidget temp []
(box
(label
:wrap true
:width 40
:height 70
:text "You should enjoy the little detours to the fullest. Because that's where you'll find the things more important than what you want.")))
This is what the widget currently looks like:

I also tried someone else‘s entire EWW config and encountered the same text wrapping issue.