Revision 6588b2d...
Go back to digest for 30th June 2013Bug Fixes in Development Tools
Ralf Habacker committed changes in [umbrello] umbrello/umlscene.cpp:
Printing border fix.
Umbrello prints currently with screen resolution (96 dpi). This has the drawback that
QPrinter::pageRect() returns the same size as paperRect(), which in fact means that
there is no printing border.
To have a minimum border in that case we manually add a page border which is 2,5% of the
page width/height on each side.
File Changes
Modified 1 files
- umbrello/umlscene.cpp
1 files changed in total