From c5617e9019eade571258fc8c5758908803287e67 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Fri, 1 Jun 2018 23:39:32 -0700 Subject: [PATCH] Prevent text-wrapping in PrettyWeather widget --- prettyweather/widget.go | 2 -- 1 file changed, 2 deletions(-) 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 }