summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-06-30 16:13:23 +0200
committerAndras Timar <andras.timar@collabora.com>2015-08-06 12:53:02 +0200
commite4293feedd792cb7f06f0a6f9a69f7d5020654af (patch)
treedfa2c028ba3f83f59f45167259252a6c730d80fc /officecfg
parent5ffade3b37282bae9613bee41c2dfeaba2b4fe6e (diff)
tdf#90452: Implement the new design of the startcenter.
See the comment 45 in the bug for the agreed design. Change-Id: I428f339df48f530f606525434a4a2be8a79acaab Reviewed-on: https://gerrit.libreoffice.org/16622 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs39
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 0bc0dc8bd54a..6f0dcb712824 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3570,11 +3570,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>