cui/uiconfig/ui/qrcodegen.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 094bd5fc81ce69dd27dc8b92099c5a039e78188a Author: Shubham Goyal <22shub...@gmail.com> AuthorDate: Fri Aug 23 22:28:18 2019 +0530 Commit: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> CommitDate: Mon Aug 26 10:03:00 2019 +0200 Fix: Allow border in QR-code-generator to take zero as a input. Change-Id: I742980f2e221afc5aff5eb666e69f63f2f990e84 Reviewed-on: https://gerrit.libreoffice.org/78050 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> diff --git a/cui/uiconfig/ui/qrcodegen.ui b/cui/uiconfig/ui/qrcodegen.ui index 4d39f12b7bf0..648ba51b6ca3 100644 --- a/cui/uiconfig/ui/qrcodegen.ui +++ b/cui/uiconfig/ui/qrcodegen.ui @@ -3,7 +3,7 @@ <interface domain="cui"> <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="border_value"> - <property name="lower">1</property> + <property name="lower">0</property> <property name="upper">75</property> <property name="value">1</property> <property name="step_increment">1</property> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits