diff options
author | Armin Le Grand <alg@apache.org> | 2013-05-03 09:01:43 +0000 |
---|---|---|
committer | Armin Le Grand <alg@apache.org> | 2013-05-03 09:01:43 +0000 |
commit | dc9abefa2d01377b14bef15463e360d9a7e9bdc2 (patch) | |
tree | af1342e92ec6670843eeb9196131e35d016c4e3d /officecfg | |
parent | 3b31f1c781d367cfebdb388c17b22640d7e82539 (diff) |
i122198 added ColorValueSetColumnCount entry to configuration, default is 12
Notes
Notes:
merged as: 1601d964f27f70dc3852c0be370755148b9416fd
Diffstat (limited to 'officecfg')
-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 80c6b0547a63..9c17cfe85d71 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6185,6 +6185,19 @@ </info> <value>25</value> </prop> + <prop oor:name="ColorValueSetColumnCount" oor:type="xs:short"> + <info> + <author>ALG</author> + <desc> + This option controls how many columns the ColorValueSets (the matrix-organized dialogs for color select) + will have. The default is 12 and this is aligned with the layout of the standard color palette. thus, when you + change this value, you should know what you do. This setting also influences some width-oriented layouts in + dialogs where this ColorValueSets are used, e.g. FillStyle dialog. + </desc> + <label>Defines the number of columns that will be shown in a ColorValueSet.</label> + </info> + <value>12</value> + </prop> </group> <set oor:name="OfficeObjects" oor:node-type="ObjectNames"> <info> |