cui/source/dialogs/QrCodeGenDialog.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 0dab919e19ad758be227dd4279a909e80af03f69 Author: Shubham Goyal <22shub...@gmail.com> AuthorDate: Sun Aug 4 19:49:25 2019 +0530 Commit: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> CommitDate: Mon Aug 5 08:21:49 2019 +0200 Make generated QR Code as a perfect square Fix drawbacks of commit 2de42b53b7c23223c38e64a75eae248d8a0cd4ec Change-Id: I94503900250c2d8a10f5930c539bdc2f7da5cfd4 Reviewed-on: https://gerrit.libreoffice.org/76954 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> diff --git a/cui/source/dialogs/QrCodeGenDialog.cxx b/cui/source/dialogs/QrCodeGenDialog.cxx index c174e5a1d83d..ab94debfcf8a 100644 --- a/cui/source/dialogs/QrCodeGenDialog.cxx +++ b/cui/source/dialogs/QrCodeGenDialog.cxx @@ -152,8 +152,8 @@ void QrCodeGenDialog::Apply() // Default size Reference<XShape> xShape(xShapeProps, UNO_QUERY); awt::Size aShapeSize; - aShapeSize.Height = 3000; - aShapeSize.Width = 6000; + aShapeSize.Height = 4000; + aShapeSize.Width = 4000; xShape->setSize(aShapeSize); // Default anchoring _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits