diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-12-03 11:18:32 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-12-03 11:52:37 +0100 |
commit | 6170c7556285b0594994d23bff36328206e7d39a (patch) | |
tree | a78f1753cc9bc782db362e0cd741aeb06f5dc750 /officecfg | |
parent | 9f3ce795c2ecf5f8ca41b9b4bd24f001fcad59aa (diff) |
rulers: Let's hide them by default.
2 years ago this was a hot topic on UX-advise :-) - let's see if people are
more happy with hiding them by default now.
Change-Id: If4946538232c7579f7ce03d4947360645fb4967d
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 74cfbd68deba..5d285558c79e 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>true</value> + <value>false</value> </prop> <prop oor:name="HorizontalRuler" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: Writer/Layout/Window --> |