diff --git a/prettyweather/widget.go b/prettyweather/widget.go index eafbf0f4..0dcea050 100644 --- a/prettyweather/widget.go +++ b/prettyweather/widget.go @@ -24,8 +24,6 @@ func NewWidget() *Widget { TextWidget: wtf.NewTextWidget("Pretty Weather", "prettyweather", false), } - widget.View.SetWrap(true) - return &widget }