mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 04:27:41 +00:00
change the default dpi from 96 to 100 so that we get readable fonts
This commit is contained in:
parent
bf161edf7d
commit
34d12a0dec
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user