diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-06-01 09:47:19 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-06-13 04:35:56 +0200 |
commit | ee912a0ff9543452ae65585f6de622356613f0a7 (patch) | |
tree | a9882d4ef17a41e21680215a851a6205c329083b | |
parent | 4aaf958cdad2a19be49dbd5f9ca661753f8a94ab (diff) |
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@libreoffice.org>
Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | sw/uiconfig/swriter/ui/mmresultprintdialog.ui | 18 |
1 files changed, 17 insertions, 1 deletions
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> |