summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2020-02-22 18:47:20 +0100
committerandreas_kainz <kainz.a@gmail.com>2020-02-23 10:00:53 +0100
commit74c882c39ebeb5b9de531271a6d757cbe8780691 (patch)
tree03225447552f008f68e4dd8454e39e8b60385727 /officecfg/registry/schema/org/openoffice
parentdcafbe29105c13fe940b24ba69e669b680c44962 (diff)
Same grid layout in all apps for better arrangement and presets
Change-Id: I566dfe6e40228fb7b0ff9c55a6a3596c1fdbbaee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89264 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'officecfg/registry/schema/org/openoffice')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Draw.xcs4
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Impress.xcs4
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Writer.xcs4
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs4
4 files changed, 8 insertions, 8 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
index 96f98b7315da..5e8128120770 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
@@ -747,7 +747,7 @@
<desc>Specifies the number of points between two grid points on the X axis.</desc>
<label>X Axis Subdivision</label>
</info>
- <value>9</value>
+ <value>3</value>
</prop>
<prop oor:name="YAxis" oor:type="xs:double" oor:nillable="false">
<!-- OldPath: Draw/Grid/Subdivision -->
@@ -758,7 +758,7 @@
<desc>Specifies the number of points between two grid points on the Y axis.</desc>
<label>Y Axis Subdivision</label>
</info>
- <value>9</value>
+ <value>3</value>
</prop>
</group>
<group oor:name="SnapGrid">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
index 8004747ba92f..d8edf33b8c12 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
@@ -957,7 +957,7 @@
<desc>Specifies the number of points between two adjacent grid points on the X axis.</desc>
<label>X Axis Subdivision</label>
</info>
- <value>9</value>
+ <value>3</value>
</prop>
<prop oor:name="YAxis" oor:type="xs:double" oor:nillable="false">
<!-- OldPath: Impress/Grid/Subdivision -->
@@ -968,7 +968,7 @@
<desc>Specifies the number of intervals between two adjacent grid points on the Y axis</desc>
<label>Y Axis Subdivision</label>
</info>
- <value>9</value>
+ <value>3</value>
</prop>
</group>
<group oor:name="SnapGrid">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 316e2e3aff86..1ac8ccb12d67 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -1696,7 +1696,7 @@
<desc>Specifies the number of intervals between two grid points on the X-axis.</desc>
<label>X Axis Subdivision</label>
</info>
- <value>1</value>
+ <value>3</value>
</prop>
<prop oor:name="YAxis" oor:type="xs:int" oor:nillable="false">
<!-- OldPath: Writer/Grid/Subdivision -->
@@ -1706,7 +1706,7 @@
<desc>Defines the distance between the grid points on the Y-axis.</desc>
<label>Y Axis Subdivision</label>
</info>
- <value>1</value>
+ <value>3</value>
</prop>
</group>
</group>
diff --git a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
index 83c364838c0f..ad1615d65651 100644
--- a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
@@ -565,7 +565,7 @@
<desc>Specifies the number of intervals between two grid points on the X-axis.</desc>
<label>X Axis Subdivision</label>
</info>
- <value>1</value>
+ <value>3</value>
</prop>
<prop oor:name="YAxis" oor:type="xs:int" oor:nillable="false">
<!-- OldPath: HTML_Editor/Grid/Subdivision -->
@@ -575,7 +575,7 @@
<desc>Defines the distance between the grid points on the Y-axis.</desc>
<label>Y Axis Subdivision</label>
</info>
- <value>1</value>
+ <value>3</value>
</prop>
</group>
</group>