diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2020-09-19 20:53:34 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2020-10-07 04:12:36 +0200 |
commit | a927e0964ba0442d53fffb22c577e54bcf183ed7 (patch) | |
tree | 47edbaedfa42f0c590677f07371beb98d5a12a41 /officecfg | |
parent | a883002d8e2fd77f80c43b7b2e6ac329d83d929d (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>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 14 |
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 f764d3d7aa45..b5bcb9c8bde0 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> |