diff --git a/src/libs/vlayout/vposter.cpp b/src/libs/vlayout/vposter.cpp index 63a871445..f9b17d91c 100644 --- a/src/libs/vlayout/vposter.cpp +++ b/src/libs/vlayout/vposter.cpp @@ -39,7 +39,7 @@ //--------------------------------------------------------------------------------------------------------------------- VPoster::VPoster(const QPrinter *printer) - :printer(printer), allowence(38)//1 cm + :printer(printer), allowence(qRound(10./25.4*printer->resolution()))//1 cm { }