summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-01-15 15:15:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-01-15 14:50:41 +0000
commit3502b604f383d630878441cc628000c9400f4ed4 (patch)
treedccc934e034062a4ea38eb9d19ee82c210136f5a /officecfg
parent8f8ee6a3859a0d6414b8ce9e5368fcdb77d9a7c7 (diff)
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 Reviewed-on: https://gerrit.libreoffice.org/13928 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Writer.xcs4
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 5d285558c79e..4127fd790648 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 -->