summaryrefslogtreecommitdiffstats
path: root/ds9/library/info.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/info.tcl')
-rw-r--r--ds9/library/info.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/info.tcl b/ds9/library/info.tcl
index 1ecdaf4..fbe0431 100644
--- a/ds9/library/info.tcl
+++ b/ds9/library/info.tcl
@@ -143,7 +143,7 @@ proc CreateInfoPanel {} {
ttk::label $ds9(info).zoomValue -relief groove \
-textvariable infobox(zoom) -anchor center
- ttk::label $ds9(info).angleTitle -text {°}
+ ttk::label $ds9(info).angleTitle -text "\u00b0"
ttk::label $ds9(info).angleValue -relief groove \
-textvariable infobox(angle) -anchor center
}