1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Prevent text-wrapping in PrettyWeather widget

This commit is contained in:
Chris Cummer 2018-06-01 23:39:32 -07:00
parent 353bd1220d
commit c5617e9019

View File

@ -24,8 +24,6 @@ func NewWidget() *Widget {
TextWidget: wtf.NewTextWidget("Pretty Weather", "prettyweather", false),
}
widget.View.SetWrap(true)
return &widget
}