mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 21:33:43 +00:00
Make the default for ShrinkToFit be PR_TRUE
Bug 128008 r=kmcclusk sr=kin a=asa
This commit is contained in:
parent
002181ed3c
commit
a8d42259ff
@ -60,7 +60,7 @@ nsPrintSettings::nsPrintSettings() :
|
||||
mHowToEnableFrameUI(kFrameEnableNone),
|
||||
mIsCancelled(PR_FALSE),
|
||||
mPrintSilent(PR_FALSE),
|
||||
mShrinkToFit(PR_FALSE),
|
||||
mShrinkToFit(PR_TRUE),
|
||||
mPrintPageDelay(500),
|
||||
mPaperData(0),
|
||||
mPaperSizeType(kPaperSizeDefined),
|
||||
|
Loading…
Reference in New Issue
Block a user