diff options
author | homeboy445 <akshitsan13@gmail.com> | 2021-03-21 14:38:33 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2021-03-24 08:36:44 +0100 |
commit | a20c9604f1f53e01850fb753e7f932e7648d2459 (patch) | |
tree | 84d9979c37acdadb80c8287b6a5ad7990c99e4c4 /cui/source | |
parent | 10fbf2b80e11620f3fc1691aa7968e6d3d460db9 (diff) |
QR Code Dialog: Change term 'border' to 'margin'
This adds a margin around the qr code (white space), not a border.
Change-Id: If3e74dfe19dd7f9c063eaa6439810d617a99cb45
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112831
Tested-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/dialogs/QrCodeGenDialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/QrCodeGenDialog.cxx b/cui/source/dialogs/QrCodeGenDialog.cxx index d4ac05e965f0..9e4d1df1d96d 100644 --- a/cui/source/dialogs/QrCodeGenDialog.cxx +++ b/cui/source/dialogs/QrCodeGenDialog.cxx @@ -155,7 +155,7 @@ QrCodeGenDialog::QrCodeGenDialog(weld::Widget* pParent, Reference<XModel> xModel m_xBuilder->weld_radio_button("button_medium"), m_xBuilder->weld_radio_button("button_quartile"), m_xBuilder->weld_radio_button("button_high") } - , m_xSpinBorder(m_xBuilder->weld_spin_button("edit_border")) + , m_xSpinBorder(m_xBuilder->weld_spin_button("edit_margin")) #if ENABLE_ZXING , mpParent(pParent) #endif |