Decrease the margins around the page in the print preview.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Jan 2011 15:57:42 +0000 (15:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Jan 2011 15:57:42 +0000 (15:57 +0000)
commit41e1c9d898a3bbb420364a0f16ecfcef9efc498b
tree399f9b6a34dc96592a883442893ffd90cc62517e
parente562dfb1a0dbabd0a93d50495de52e827efc59a9
Decrease the margins around the page in the print preview.

Don't hard code 40 pixel margins, this may be too big on small screens.

Use twice the default border size between the dialog elements instead, this is
still pretty arbitrary but at least smaller.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/prntbase.cpp