[Libreoffice-commits] core.git: officecfg/registry
Jan Holesovsky
kendy at collabora.com
Thu Jan 15 06:19:14 PST 2015
officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e85489e08e6eca752f3c94c0fb26205ed2d3d880
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu Jan 15 15:15:09 2015 +0100
fdo#87923: Don't hide the rulers completely - show the horizontal one.
Turns out this is still useful to have, let's not be that aggressive :-)
Change-Id: Ie9eb8b241594ce470238aa0b769a0afd2418e498
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 5d28555..4127fd7 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -1288,7 +1288,7 @@
<desc>Specifies whether rulers are displayed. Filters the values of HorizontalRuler and VerticalRuler.</desc>
<label>Show rulers</label>
</info>
- <value>false</value>
+ <value>true</value>
</prop>
<prop oor:name="HorizontalRuler" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: Writer/Layout/Window -->
@@ -1363,7 +1363,7 @@
<desc>Specifies whether the vertical ruler is displayed.</desc>
<label>Vertical Ruler</label>
</info>
- <value>true</value>
+ <value>false</value>
</prop>
<prop oor:name="IsVerticalRulerRight" oor:type="xs:boolean" oor:nillable="false">
<!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
More information about the Libreoffice-commits
mailing list