diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-01-24 17:18:12 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-01-24 17:18:12 -0500 |
| commit | c6f1d0f0c0869d0295f95da4800571a377bd1ac1 (patch) | |
| tree | b24fded92f5df8af517c7a34f51ce56717444f1d /main.go | |
| parent | 74cf86d3bf324b497622a8ffb2d20399f620b23f (diff) | |
| download | volute-c6f1d0f0c0869d0295f95da4800571a377bd1ac1.zip | |
unicode degree sign in temperature input
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |