diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2012-11-01 09:56:34 +0100 |
---|---|---|
committer | Radek Doulík <rodo@novell.com> | 2012-11-07 14:34:23 +0000 |
commit | ae991a10701caac3db2483a8aef05e4e8385765c (patch) | |
tree | 64d829cf2dbdf7864812ab44aaf6ac76525f173a /officecfg | |
parent | d8b07e5ba238d529a7610dd302269ee05c5e8fbc (diff) |
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@novell.com>
Tested-by: Radek Doulík <rodo@novell.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index c91f75dd8e7d..5b55ea43b73f 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 --> |