mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Add left-hand margin for IPInfo widget
This commit is contained in:
parent
332ce2a41e
commit
d14e60a881
@ -125,5 +125,5 @@ func (widget *Widget) setResult(info *ipinfo) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func formatableText(key, value string) string {
|
func formatableText(key, value string) string {
|
||||||
return fmt.Sprintf("[{{.nameColor}}]%s: [{{.valueColor}}]{{.%s}}\n", key, value)
|
return fmt.Sprintf(" [{{.nameColor}}]%s: [{{.valueColor}}]{{.%s}}\n", key, value)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user