Skip to content

Commit

Permalink
Fix the Todoist widget title
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Cummer committed Jul 29, 2018
1 parent 3ce6dae commit 749318e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todoist/display.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func (widget *Widget) display() {
return
}

widget.View.SetTitle(fmt.Sprintf("%s- [green]%s[white] ", widget.Name, proj.Project.Name))
widget.View.SetTitle(fmt.Sprintf(" [green]%s[white] ", proj.Project.Name))
str := wtf.SigilStr(len(widget.projects), widget.idx, widget.View) + "\n"

maxLen := proj.LongestLine()
Expand Down

0 comments on commit 749318e

Please sign in to comment.