From fce02b85f96c90b1923efcdbd6ec3cc3a7deba96 Mon Sep 17 00:00:00 2001 From: "pavlov%netscape.com" Date: Tue, 31 Aug 1999 07:27:06 +0000 Subject: [PATCH] change the default dpi from 96 to 100 so that we get readable fonts git-svn-id: svn://10.0.0.236/trunk@45319 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/src/gtk/nsDeviceContextGTK.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/gfx/src/gtk/nsDeviceContextGTK.cpp b/mozilla/gfx/src/gtk/nsDeviceContextGTK.cpp index 7784ca6cd16..a3e3942db0a 100644 --- a/mozilla/gfx/src/gtk/nsDeviceContextGTK.cpp +++ b/mozilla/gfx/src/gtk/nsDeviceContextGTK.cpp @@ -77,7 +77,7 @@ NS_IMETHODIMP nsDeviceContextGTK::Init(nsNativeWidget aNativeWidget) mWidget = aNativeWidget; - static nscoord dpi = 96; + static nscoord dpi = 100; static int initialized = 0; if (!initialized) { initialized = 1;