[Libreoffice-commits] .: officecfg/registry
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Nov 7 06:34:43 PST 2012
officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ae991a10701caac3db2483a8aef05e4e8385765c
Author: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
Date: Thu Nov 1 09:56:34 2012 +0100
Hide the rulers in Writer by default for a cleaner look
This is consistent with Impress. Might need to be discussed with ux-advise
Change-Id: Icbe719207410d952c76d96c84450fd5a5831ea15
Reviewed-on: https://gerrit.libreoffice.org/956
Reviewed-by: Radek DoulÃk <rodo at novell.com>
Tested-by: Radek DoulÃk <rodo at novell.com>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index c91f75d..5b55ea4 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -1362,7 +1362,7 @@
<desc>Specifies whether rulers are displayed. Filters the values of HorizontalRuler and VerticalRuler.</desc>
<label>Show rulers</label>
</info>
- <value>true</value>
+ <value>false</value>
</prop>
<prop oor:name="HorizontalRuler" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: Writer/Layout/Window -->
More information about the Libreoffice-commits
mailing list