mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
libdraw: change DefaultDPI to 133
Let's see if that's any better. R=rsc http://codereview.appspot.com/6850103
This commit is contained in:
parent
58b1904e3e
commit
94dae4befc
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ enum
|
|||
Displaybufsize = 8000,
|
||||
ICOSSCALE = 1024,
|
||||
Borderwidth = 4,
|
||||
DefaultDPI = 100
|
||||
DefaultDPI = 133
|
||||
};
|
||||
|
||||
enum
|
||||
|
|
Loading…
Reference in a new issue