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

Shubham Goyal (via logerrit) logerrit at kemper.freedesktop.org
Thu Aug 22 11:43:39 UTC 2019


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

New commits:
commit bf1638f8fc629fa211a8c57f962b9a3c4c40152f
Author:     Shubham Goyal <22shubh22 at gmail.com>
AuthorDate: Wed Aug 21 13:47:16 2019 +0530
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Thu Aug 22 13:42:59 2019 +0200

    Reduce default border value in the QRCode Dialog
    
    Change-Id: Ie821f1762bbe941caedd58db330e84950e83f8be
    Reviewed-on: https://gerrit.libreoffice.org/77868
    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 6e5b3f186292..091e5e5351ab 100644
--- a/cui/uiconfig/ui/qrcodegen.ui
+++ b/cui/uiconfig/ui/qrcodegen.ui
@@ -5,7 +5,7 @@
   <object class="GtkAdjustment" id="border_value">
     <property name="lower">1</property>
     <property name="upper">75</property>
-    <property name="value">5</property>
+    <property name="value">1</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>


More information about the Libreoffice-commits mailing list