summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-09-21 16:06:20 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-09-21 16:06:20 (GMT)
commitf2f490ba0f98917b590fd7e538b9514e4119e640 (patch)
treefafb7200e627a7a7fbc9062747a61ada0323e542 /ds9/library
parente6690c390bf8cecad8d63bf54c9c62751e6de50c (diff)
downloadblt-f2f490ba0f98917b590fd7e538b9514e4119e640.zip
blt-f2f490ba0f98917b590fd7e538b9514e4119e640.tar.gz
blt-f2f490ba0f98917b590fd7e538b9514e4119e640.tar.bz2
GUI: use unicode for deg symbol in infobox, previous char caused conflicts with Chinese Language
Diffstat (limited to 'ds9/library')
-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
}