[Libreoffice-commits] core.git: cui/uiconfig

Shubham Goyal (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 26 08:04:15 UTC 2019


 cui/uiconfig/ui/qrcodegen.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 094bd5fc81ce69dd27dc8b92099c5a039e78188a
Author:     Shubham Goyal <22shubh22 at gmail.com>
AuthorDate: Fri Aug 23 22:28:18 2019 +0530
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at 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.Mehrbrodt at 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>


More information about the Libreoffice-commits mailing list