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

WIP Very rudimentary modal showing up

This commit is contained in:
Chris Cummer
2018-05-03 08:56:15 -07:00
parent 4727255df6
commit 6ccdbabec9
3 changed files with 80 additions and 13 deletions

View File

@@ -39,7 +39,7 @@ func (widget *Widget) openPRs(repo *GithubRepo, username string) string {
user := *pr.User
if *user.Login == username {
str = str + fmt.Sprintf(" [green]%d[white] %s\n", *pr.Number, *pr.Title)
str = str + fmt.Sprintf(" [green]%4d[white] %s\n", *pr.Number, *pr.Title)
}
}