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

WIP Security info

This commit is contained in:
Chris Cummer
2018-03-30 23:38:00 -07:00
committed by Chris Cummer
parent 59197e8d52
commit d82c7692be
3 changed files with 76 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ func (widget *Widget) addView() {
view.SetBorder(true)
view.SetDynamicColors(true)
view.SetTitle(" Weather ")
view.SetTitle(widget.Name)
widget.View = view
}