aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-01-24 17:18:12 -0500
committerSam Anthony <sam@samanthony.xyz>2024-01-24 17:18:12 -0500
commitc6f1d0f0c0869d0295f95da4800571a377bd1ac1 (patch)
treeb24fded92f5df8af517c7a34f51ce56717444f1d
parent74cf86d3bf324b497622a8ffb2d20399f620b23f (diff)
downloadvolute-c6f1d0f0c0869d0295f95da4800571a377bd1ac1.zip
unicode degree sign in temperature input
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index d0efc6c..51f2667 100644
--- a/main.go
+++ b/main.go
@@ -89,7 +89,7 @@ func run() {
wg.Add(1)
go widget.Label("IMAP (mbar)", bounds[4+2*POINTS], mux.MakeEnv(), wg)
wg.Add(1)
- go widget.Label("ACT (*C)", bounds[5+3*POINTS], mux.MakeEnv(), wg)
+ go widget.Label("ACT (°C)", bounds[5+3*POINTS], mux.MakeEnv(), wg)
for i := 0; i < POINTS; i++ {
wg.Add(1)
go widget.Input( // speed