[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - sw/uiconfig

Caolán McNamara caolanm at redhat.com
Wed Jun 13 02:36:22 UTC 2018


 sw/uiconfig/swriter/ui/mmresultprintdialog.ui |   18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

New commits:
commit ee912a0ff9543452ae65585f6de622356613f0a7
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Jun 1 09:47:19 2018 +0100

    Resolves: tdf#116527 backport min value setting for print mailmerge range
    
    Change-Id: I7934fa72956ba5b2a32a45f6eedaf7f4f447449b
    Reviewed-on: https://gerrit.libreoffice.org/55167
    Tested-by: Jenkins <ci at libreoffice.org>
    Tested-by: Xisco Faulí <xiscofauli at libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/sw/uiconfig/swriter/ui/mmresultprintdialog.ui b/sw/uiconfig/swriter/ui/mmresultprintdialog.ui
index 8c7de923923a..ca832bbdd81f 100644
--- a/sw/uiconfig/swriter/ui/mmresultprintdialog.ui
+++ b/sw/uiconfig/swriter/ui/mmresultprintdialog.ui
@@ -1,7 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.18.3 -->
+<!-- Generated with glade 3.22.1 -->
 <interface domain="sw">
   <requires lib="gtk+" version="3.0"/>
+  <object class="GtkAdjustment" id="adjustment1">
+    <property name="lower">1</property>
+    <property name="upper">100000</property>
+    <property name="value">1</property>
+    <property name="step_increment">1</property>
+    <property name="page_increment">10</property>
+  </object>
+  <object class="GtkAdjustment" id="adjustment2">
+    <property name="lower">1</property>
+    <property name="upper">100000</property>
+    <property name="value">1</property>
+    <property name="step_increment">1</property>
+    <property name="page_increment">10</property>
+  </object>
   <object class="GtkDialog" id="MMResultPrintDialog">
     <property name="can_focus">False</property>
     <property name="border_width">6</property>
@@ -231,6 +245,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="text" translatable="no">1</property>
+                            <property name="adjustment">adjustment1</property>
                             <property name="value">1</property>
                             <accessibility>
                               <relation type="labelled-by" target="fromrb"/>
@@ -246,6 +261,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="text">1</property>
+                            <property name="adjustment">adjustment2</property>
                             <property name="value">1</property>
                           </object>
                           <packing>


More information about the Libreoffice-commits mailing list