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

Change the text wrap policy for IPInfo from true to false. No need to wrap that widget

This commit is contained in:
Chris Cummer 2018-06-02 21:41:01 -07:00
parent 2a9e8a6c68
commit f778d83ec3

View File

@ -39,7 +39,7 @@ func NewWidget() *Widget {
TextWidget: wtf.NewTextWidget(" IPInfo ", "ipinfo", false),
}
widget.View.SetWrap(true)
widget.View.SetWrap(false)
widget.config()