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