1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Wrap the text in the Twitter module

This commit is contained in:
Chris Cummer 2018-08-01 14:28:12 -07:00
parent 2ab224fec2
commit 049061bbf4

View File

@ -15,6 +15,9 @@ func NewWidget() *Widget {
TextWidget: wtf.NewTextWidget("Twitter", "twitter", false),
}
widget.View.SetWrap(true)
widget.View.SetWordWrap(true)
return &widget
}