summaryrefslogtreecommitdiffstats
path: root/ds9/library/layout.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/layout.tcl')
-rw-r--r--ds9/library/layout.tcl7
1 files changed, 6 insertions, 1 deletions
diff --git a/ds9/library/layout.tcl b/ds9/library/layout.tcl
index 191a748..5bba029 100644
--- a/ds9/library/layout.tcl
+++ b/ds9/library/layout.tcl
@@ -370,7 +370,12 @@ proc LayoutViewAdjust {varname} {
# can't trust 'tk scaling'
switch $ds9(wm) {
x11 -
- win32 {set scaling [tk scaling]}
+ win32 {
+ set scaling [tk scaling]
+ if {$scaling == Inf} {
+ set scaling 1.334
+ }
+ }
aqua {set scaling 1.4}
}