[Libreoffice-commits] core.git: cui/uiconfig sw/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Oct 20 18:21:20 UTC 2020
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 <caolanm at redhat.com>
AuthorDate: Tue Oct 20 15:32:46 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
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 <caolanm at redhat.com>
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>
More information about the Libreoffice-commits
mailing list