Commit 7526fc5f authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

Changed default paper size to letter.

parent ad16fc9e
......@@ -51,9 +51,9 @@ static PSDRV_DEVMODEA DefaultDevmode =
{ /* u1 */
{ /* s1 */
/* dmOrientation */ DMORIENT_PORTRAIT,
/* dmPaperSize */ DMPAPER_A4,
/* dmPaperLength */ 2969,
/* dmPaperWidth */ 2101
/* dmPaperSize */ DMPAPER_LETTER,
/* dmPaperLength */ 2794,
/* dmPaperWidth */ 2159
}
},
/* dmScale */ 100, /* ?? */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment