cui/uiconfig/ui/textflowpage.ui | 2 +- sw/uiconfig/swriter/ui/tabletextflowpage.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit f33c634a5b2f4ee010dd72f91128a445ef95d222 Author: Caolán McNamara <[email protected]> AuthorDate: Tue Oct 20 15:32:46 2020 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Oct 20 20:20:28 2020 +0200 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 <[email protected]> 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> diff --git a/sw/uiconfig/swriter/ui/tabletextflowpage.ui b/sw/uiconfig/swriter/ui/tabletextflowpage.ui index 5b1186f55d48..8a94a918e7ad 100644 --- a/sw/uiconfig/swriter/ui/tabletextflowpage.ui +++ b/sw/uiconfig/swriter/ui/tabletextflowpage.ui @@ -3,7 +3,7 @@ <interface domain="sw"> <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="adjustment1"> - <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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
