diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-06-30 16:13:23 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-06-30 17:57:38 +0200 |
commit | 562d2c3337051da5d98d55a28dc391dab387b692 (patch) | |
tree | 23f2c945057aa1919cc099cd6542aa1461e0bf1f /officecfg | |
parent | 1a8915ef8302b13b781977209ae1fa41f5f659dc (diff) |
tdf#90452: Implement the new design of the startcenter.
See the comment 45 in the bug for the agreed design.
Change-Id: I428f339df48f530f606525434a4a2be8a79acaab
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 39 |
1 files changed, 37 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 8922889bc932..87aa3ed01285 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -3573,11 +3573,46 @@ <value>0</value> </prop> <prop oor:name="StartCenterBackgroundColor" oor:type="xs:int" oor:nillable="false"> - <!--Default 7514196 = TDF Green--> + <!-- Default 14540253 = 0xdddddd as specified in tdf#90452, comment 45 --> <info> <desc>Specifies the background color of the start center.</desc> </info> - <value>7514196</value> + <value>14540253</value> + </prop> + <prop oor:name="StartCenterTextColor" oor:type="xs:int" oor:nillable="false"> + <!-- Default 3355443 = 0x333333 as specified in tdf#90452, comment 45 --> + <info> + <desc>Specifies the text color of the buttons in the start center.</desc> + </info> + <value>3355443</value> + </prop> + <prop oor:name="StartCenterThumbnailsBackgroundColor" oor:type="xs:int" oor:nillable="false"> + <!-- Default 6710886 = 0x666666 as specified in tdf#90452, comment 45 --> + <info> + <desc>Specifies the background color of the thumbnail area in the start center.</desc> + </info> + <value>6710886</value> + </prop> + <prop oor:name="StartCenterThumbnailsTextColor" oor:type="xs:int" oor:nillable="false"> + <!-- Default 15658734 = 0xeeeeee as specified in tdf#90452, comment 45 --> + <info> + <desc>Specifies the text color of the thumbnail area in the start center.</desc> + </info> + <value>15658734</value> + </prop> + <prop oor:name="StartCenterThumbnailsHighlightColor" oor:type="xs:int" oor:nillable="false"> + <!-- Default 14540253 = 0xdddddd as specified in tdf#90452, comment 45 --> + <info> + <desc>Specifies the background color of the highlight of a thumbnail in the start center.</desc> + </info> + <value>14540253</value> + </prop> + <prop oor:name="StartCenterThumbnailsHighlightTextColor" oor:type="xs:int" oor:nillable="false"> + <!-- Default 3355443 = 0x333333 as specified in tdf#90452, comment 45 --> + <info> + <desc>Specifies the text color of the highlight of a thumbnail in the start center.</desc> + </info> + <value>3355443</value> </prop> </group> </group> |