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

Screenshot into readme

This commit is contained in:
Chris Cummer
2018-04-26 14:40:01 -07:00
parent 3c9b846bbc
commit 0441ac6902
2 changed files with 6 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ func NewWidget() *Widget {
}
widget.View.SetWrap(true)
widget.View.SetWordWrap(true)
return &widget
}