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:
@@ -15,6 +15,9 @@ func NewWidget() *Widget {
|
||||
TextWidget: wtf.NewTextWidget("Twitter", "twitter", false),
|
||||
}
|
||||
|
||||
widget.View.SetWrap(true)
|
||||
widget.View.SetWordWrap(true)
|
||||
|
||||
return &widget
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user