mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Make the default for ShrinkToFit be PR_TRUE
Bug 128008 r=kmcclusk sr=kin a=asa
This commit is contained in:
parent
06103e4d4f
commit
427e92677e
@ -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