summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2020-09-19 20:53:34 +0200
committerCaolán McNamara <caolanm@redhat.com>2020-10-14 10:34:01 +0200
commit59290d7a12868a04e90ccbde1f5871fb8be49af8 (patch)
treef0480ecb8842fc6eba3090512a8f81062dc49d07 /officecfg
parentb2c484c287ecd6c82822a2a672ee2193eba191df (diff)
tdf#136555 drop custom start center button colors
Custom button text or background colors don't play nice with any complex theming. Maybe we should still allow a custom background color for the button bar, but probably that attempt is also futile and clashes with theming easily. As long as the botton bar uses themable push-buttons as a control custom coloring will break at some point, as these buttons can have too many states, which curently depend on the theme. There is no way for LO to know, if a roll-over button will return with a different backround or just some changed border from a themed paint call. So this reverts the button part of tdf#90452. It doesn't affect the preview area, as that is a custom widget, which doesn't use any theming, but has it's own setting - for better or worse. Change-Id: I1ef17a50d15a5876a11bce89ae3f764aa91f66bc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103041 Tested-by: Jenkins Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> (cherry picked from commit a927e0964ba0442d53fffb22c577e54bcf183ed7) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104048 Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs14
1 files changed, 0 insertions, 14 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 3d5fc1e8d7dd..f0427d18d161 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3699,20 +3699,6 @@
</info>
<value/>
</prop>
- <prop oor:name="StartCenterBackgroundColor" 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 start center.</desc>
- </info>
- <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>