1
0
mirror of https://github.com/taigrr/wtf synced 2026-03-23 07:02:18 -07: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
}