1
0
mirror of https://github.com/taigrr/wtf synced 2026-03-22 15:52:17 -07: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
}