diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-06-01 09:47:19 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-06-18 12:12:18 +0200 |
commit | 0f743931fc5ac2ee3bfc063e0a40b9a6cfc1dd8d (patch) | |
tree | 659b11f179cb2809f67d79840f633befe6e63588 | |
parent | 6973aea23030902b14207528669b0dc529602b64 (diff) |
Resolves: tdf#116527 backport min value setting for print mailmerge range
Change-Id: I7934fa72956ba5b2a32a45f6eedaf7f4f447449b
Reviewed-on: https://gerrit.libreoffice.org/55669
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Eike Rathke <erack@redhat.com>
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.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> |