summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authornd101 <Fong@nd.com.cn>2019-07-08 09:10:29 +0800
committerMike Kaganski <mike.kaganski@collabora.com>2019-07-11 06:58:28 +0200
commitd064b51afc84af92f877dc33c683c9521a6cd937 (patch)
treef54aa9c4ab6feb1cb4868c619caf0ca6308a1582 /cui
parentc283d46196c148733619ac0f59f07878ff95c7f1 (diff)
tdf#126234 up relative bullet size limit to 400%
The legitimate value for MS Office document bullet relative size is between 0% and 400% But for ODF the value is normally between 0% and 250%. Per ODF 1.2 spec "19.761 text:bullet-relative-size" there is no limit placed on the relative size of the bullet. This change is to make the upper limit match MS Office to address the import issue. UI also changed to reflect the raise Change-Id: Ic4bbef47e86a04b9a6f9f6188326c8b66e034807 Reviewed-on: https://gerrit.libreoffice.org/75189 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/bulletandposition.ui2
-rw-r--r--cui/uiconfig/ui/numberingoptionspage.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/bulletandposition.ui b/cui/uiconfig/ui/bulletandposition.ui
index 0b35873974bc..1ac89c4d966f 100644
--- a/cui/uiconfig/ui/bulletandposition.ui
+++ b/cui/uiconfig/ui/bulletandposition.ui
@@ -20,7 +20,7 @@
</object>
<object class="GtkAdjustment" id="adjustment4">
<property name="lower">1</property>
- <property name="upper">250</property>
+ <property name="upper">400</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
diff --git a/cui/uiconfig/ui/numberingoptionspage.ui b/cui/uiconfig/ui/numberingoptionspage.ui
index 5e123bdaf55f..dc575cc267c6 100644
--- a/cui/uiconfig/ui/numberingoptionspage.ui
+++ b/cui/uiconfig/ui/numberingoptionspage.ui
@@ -22,7 +22,7 @@
</object>
<object class="GtkAdjustment" id="adjustment4">
<property name="lower">1</property>
- <property name="upper">250</property>
+ <property name="upper">400</property>
<property name="value">100</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>