diff options
author | Armin Le Grand <alg@apache.org> | 2013-05-07 09:37:01 +0000 |
---|---|---|
committer | Armin Le Grand <alg@apache.org> | 2013-05-07 09:37:01 +0000 |
commit | c17e634e125f524d153e1ad8febff6d11b810ee4 (patch) | |
tree | 7c4072f77412b9733b52d32b3d3e27c19918717f /officecfg/registry | |
parent | 664f4d882129c98d502463e08ce601259b85fc8c (diff) |
i122120 corrected flag for drawing checkerboards, adapted previews, added to configuration
Notes
Notes:
merged as: 60446a0386b6d40899f6817c9545414841ee3522
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 9c17cfe85d71..32dca84a325c 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6198,6 +6198,19 @@ </info> <value>12</value> </prop> + <prop oor:name="PreviewUsesCheckeredBackground" oor:type="xs:boolean"> + <info> + <author>ALG</author> + <desc> + This option allows to make previews (e.g. UI previews for object attirbutes) show the content with a checkeded + background to allow simple identification and better preview of transparent content, e.g. when a draw object + is filled with a transparent graphic (SVG or bitmap) the preview will show the checkered background shine + through, so the user can identify that the fill has transparency with a single look. + </desc> + <label>Shows previews with shining through checkered background to visualize transparency.</label> + </info> + <value>false</value> + </prop> </group> <set oor:name="OfficeObjects" oor:node-type="ObjectNames"> <info> |