mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Make display whitespace consistent
This commit is contained in:
parent
b6a666fe59
commit
a0a85a5383
@ -33,9 +33,9 @@ func (widget *Widget) content() (string, string, bool) {
|
||||
}
|
||||
|
||||
_, _, width, _ := widget.View.GetRect()
|
||||
str := widget.settings.common.SigilStr(len(widget.GithubRepos), widget.Idx, width) + "\n"
|
||||
str := widget.settings.common.SigilStr(len(widget.GithubRepos), widget.Idx, width)
|
||||
if widget.settings.showStats {
|
||||
str += fmt.Sprintf(" [%s]Stats[white]\n", widget.settings.common.Colors.Subheading)
|
||||
str += fmt.Sprintf("\n [%s]Stats[white]\n", widget.settings.common.Colors.Subheading)
|
||||
str += widget.displayStats(repo)
|
||||
}
|
||||
if widget.settings.showOpenReviewRequests {
|
||||
|
Loading…
x
Reference in New Issue
Block a user