diff options
-rw-r--r-- | cui/source/dialogs/QrCodeGenDialog.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |