diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-10-20 15:32:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-20 20:20:28 +0200 |
commit | f33c634a5b2f4ee010dd72f91128a445ef95d222 (patch) | |
tree | a8f903d91bfff366bd343c37d98491d306ca2049 /cui/uiconfig/ui/textflowpage.ui | |
parent | 5c3687e4c7697fdcb1451e9a1fc3a2d5b9a23a82 (diff) |
Related: tdf#137608 use same max-page in textflow as insert, break
table-textflow too as well as para-textflow
Change-Id: I779d61389ed0b3e424dbe830cf063fab8db13360
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104566
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig/ui/textflowpage.ui')
-rw-r--r-- | cui/uiconfig/ui/textflowpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/textflowpage.ui b/cui/uiconfig/ui/textflowpage.ui index 9b068cf8d026..4ffd1202cb9a 100644 --- a/cui/uiconfig/ui/textflowpage.ui +++ b/cui/uiconfig/ui/textflowpage.ui @@ -15,7 +15,7 @@ <property name="page_increment">10</property> </object> <object class="GtkAdjustment" id="adjustment3"> - <property name="upper">9999</property> + <property name="upper">55535</property> <property name="value">1</property> <property name="step_increment">1</property> <property name="page_increment">10</property> |