diff options
author | Armin Le Grand <alg@apache.org> | 2013-05-03 09:01:43 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:27 +0100 |
commit | dcc7b1c3cf3ab7de287d2d566c87d28c407749a7 (patch) | |
tree | 2bcfe63fb4b51f704a4178d51722c55afe845631 /officecfg | |
parent | 57f1888f2626463d57bbfd80d97c0a0565fbbf2b (diff) |
Related: #ii122198# added ColorValueSetColumnCount entry to configuration
default is 12
(cherry picked from commit dc9abefa2d01377b14bef15463e360d9a7e9bdc2)
Conflicts:
officecfg/registry/schema/org/openoffice/Office/Common.xcs
svtools/inc/svtools/accessibilityoptions.hxx
svtools/source/inc/configitems/accessibilityoptions_const.hxx
Change-Id: Ic035b34bbcde426fa8fb76df16f84786908e18fa
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 000df4a3aa02..314ee5c5c853 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6238,6 +6238,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> <group oor:name="ExternalApps" oor:extensible="true"> <info> |