mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Set Twitter Stats wrap to false (#745)
Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
@@ -23,7 +23,7 @@ func NewWidget(app *tview.Application, pages *tview.Pages, settings *Settings) *
|
||||
}
|
||||
|
||||
widget.View.SetBorderPadding(1, 1, 1, 1)
|
||||
widget.View.SetWrap(true)
|
||||
widget.View.SetWrap(false)
|
||||
widget.View.SetWordWrap(true)
|
||||
|
||||
return &widget
|
||||
@@ -55,5 +55,5 @@ func (widget *Widget) content() (string, string, bool) {
|
||||
)
|
||||
}
|
||||
|
||||
return "Twitter Stats", str, true
|
||||
return "Twitter Stats", str, false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user