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

Shubham Goyal (via logerrit) logerrit at kemper.freedesktop.org
Tue Aug 6 06:09:21 UTC 2019


 cui/uiconfig/ui/qrcodegen.ui |   12 ++++++++++++
 1 file changed, 12 insertions(+)

New commits:
commit d6def5f44f2d1b6cae58c215faecb6c3242666a1
Author:     Shubham Goyal <22shubh22 at gmail.com>
AuthorDate: Tue Aug 6 09:27:25 2019 +0530
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Tue Aug 6 08:08:33 2019 +0200

    Fix Border feature QR Code
    
    The change is in addition to the change 2de42b53b7c23223c38e64a75eae248d8a0cd4ec
    
    Change-Id: I4fce9260d9276799f7c3fa089d23695c8419afd4
    Reviewed-on: https://gerrit.libreoffice.org/76953
    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 3be92513d178..c720b156503b 100644
--- a/cui/uiconfig/ui/qrcodegen.ui
+++ b/cui/uiconfig/ui/qrcodegen.ui
@@ -2,6 +2,13 @@
 <!-- Generated with glade 3.22.0 -->
 <interface domain="cui">
   <requires lib="gtk+" version="3.18"/>
+  <object class="GtkAdjustment" id="border_value">
+    <property name="lower">1</property>
+    <property name="upper">75</property>
+    <property name="value">5</property>
+    <property name="step_increment">1</property>
+    <property name="page_increment">10</property>
+  </object>
   <object class="GtkDialog" id="QrCodeGenDialog">
     <property name="can_focus">False</property>
     <property name="border_width">6</property>
@@ -160,6 +167,11 @@
                           <object class="GtkSpinButton" id="edit_border">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
+                            <property name="activates_default">True</property>
+                            <property name="adjustment">border_value</property>
+                            <property name="climb_rate">1</property>
+                            <property name="snap_to_ticks">True</property>
+                            <property name="numeric">True</property>
                           </object>
                           <packing>
                             <property name="left_attach">1</property>


More information about the Libreoffice-commits mailing list