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:
parent
2a9e8a6c68
commit
f778d83ec3
@ -39,7 +39,7 @@ func NewWidget() *Widget {
|
|||||||
TextWidget: wtf.NewTextWidget(" IPInfo ", "ipinfo", false),
|
TextWidget: wtf.NewTextWidget(" IPInfo ", "ipinfo", false),
|
||||||
}
|
}
|
||||||
|
|
||||||
widget.View.SetWrap(true)
|
widget.View.SetWrap(false)
|
||||||
|
|
||||||
widget.config()
|
widget.config()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user