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

Widget text spacing

This commit is contained in:
Chris Cummer
2018-04-06 21:55:44 -07:00
committed by Chris Cummer
parent 1404140b82
commit 42734a502c
7 changed files with 8 additions and 11 deletions

View File

@@ -47,8 +47,7 @@ func (widget *Widget) Refresh() {
widget.View.SetTitle(fmt.Sprintf(" Github: %s ", title))
widget.RefreshedAt = time.Now()
str := "\n"
str = str + " [red]Open Review Requests[white]\n"
str := " [red]Open Review Requests[white]\n"
str = str + widget.prsForReview(prs)
str = str + "\n"
str = str + " [red]Open Pull Requests[white]\n"