diff --git a/photobooth/printer/PrinterPyQt5.py b/photobooth/printer/PrinterPyQt5.py index 203665a..f6ce3e4 100644 --- a/photobooth/printer/PrinterPyQt5.py +++ b/photobooth/printer/PrinterPyQt5.py @@ -53,7 +53,7 @@ class PrinterPyQt5(Printer): logging.info('Printing picture') - picture = picture.scaled(self._printer.pageRect().size(), + picture = picture.scaled(self._printer.paperRect().size(), QtCore.Qt.KeepAspectRatio, QtCore.Qt.SmoothTransformation)