mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Set the text wrap of the clocks module to false
This commit is contained in:
parent
e1da955893
commit
db5d50c9af
@ -27,5 +27,5 @@ func (widget *Widget) display(clocks []Clock, dateFormat string, timeFormat stri
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
widget.Redraw(func() (string, string, bool) { return widget.CommonSettings().Title, str, true })
|
widget.Redraw(func() (string, string, bool) { return widget.CommonSettings().Title, str, false })
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user