mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Widget text spacing
This commit is contained in:
committed by
Chris Cummer
parent
1404140b82
commit
42734a502c
@@ -66,7 +66,7 @@ func (widget *Widget) contentFrom(items []Item) string {
|
||||
return fmt.Sprintf("\n\n\n\n\n\n\n\n%s", wtf.CenterText("[grey]no one[white]", 50))
|
||||
}
|
||||
|
||||
str := "\n"
|
||||
str := ""
|
||||
for _, item := range items {
|
||||
str = str + widget.format(item)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user