зеркало из https://github.com/mozilla/pjs.git
end of the debate? changing the defaults back to 96 dpi and do display small fonts
This commit is contained in:
Родитель
6f81da795d
Коммит
7bcb35c379
|
@ -32,8 +32,8 @@
|
|||
#include "nsIServiceManager.h"
|
||||
|
||||
|
||||
PRUint32 nsDeviceContextMac::mPixelsPerInch = 72;
|
||||
PRBool nsDeviceContextMac::mDisplayVerySmallFonts = false;
|
||||
PRUint32 nsDeviceContextMac::mPixelsPerInch = 96;
|
||||
PRBool nsDeviceContextMac::mDisplayVerySmallFonts = true;
|
||||
|
||||
|
||||
static NS_DEFINE_IID(kDeviceContextIID, NS_IDEVICE_CONTEXT_IID);
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
#include "nsIServiceManager.h"
|
||||
|
||||
|
||||
PRUint32 nsDeviceContextMac::mPixelsPerInch = 72;
|
||||
PRBool nsDeviceContextMac::mDisplayVerySmallFonts = false;
|
||||
PRUint32 nsDeviceContextMac::mPixelsPerInch = 96;
|
||||
PRBool nsDeviceContextMac::mDisplayVerySmallFonts = true;
|
||||
|
||||
|
||||
static NS_DEFINE_IID(kDeviceContextIID, NS_IDEVICE_CONTEXT_IID);
|
||||
|
|
Загрузка…
Ссылка в новой задаче