diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-07-31 17:27:43 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-08-06 16:53:22 +0200 |
commit | 0acdeacbe774b7e05323ad80b556e7102a083192 (patch) | |
tree | fb5c02c2a5bfc62013a92ed5b34adba9004fadd6 /officecfg | |
parent | 022da4ea298d5d5c134c374546d963926dae2b37 (diff) |
Disable auto-detection of high-contrast mode by default
Lots of Linux themes are rather 'black' anyway, and yet want the
icon set they selected and the colours too. If this is needed it
can still be forced either by changing the setting back, changing
the setting back in the UI, and/or exporting SAL_FORCE_HC=1
Change-Id: Ia034942db7ec2fdd27b4a0b43f2f19269e05f5c6
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index cc6da7d4f867..64661b5cd923 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6138,7 +6138,7 @@ implicitly, which is recognized if the option is set.</desc> <label>detect system's high contrast</label> </info> - <value>true</value> + <value>false</value> </prop> <prop oor:name="IsForPagePreviews" oor:type="xs:boolean" oor:nillable="false"> <info> |