diff options
author | Ilhan Yesil <ilhanyesil@gmx.de> | 2022-07-01 08:17:19 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2022-09-19 13:30:15 +0200 |
commit | ba164651bbdbde1b8a4ae3495b845ebc13b01bad (patch) | |
tree | c644f0a92667443ed06a514a20befa1c71d7928a /forms | |
parent | 891d618bfdcf369119807d826e8ec6e3b112d73c (diff) |
tdf#149797 Change highlight background color in some controls
The highlight and highlighttext colors can be set for some
controls. So as example a selected item in a listbox can now
be paint with anothers colors then the standard blue. Controls
are: listbox, combobox, edit field and some special edit
fields like date, currency and others.
Change-Id: Iace2dd9a1a61abb7819b6c81eb0b8030912db32b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136691
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/inc/frm_strings.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/forms/source/inc/frm_strings.hxx b/forms/source/inc/frm_strings.hxx index 35d9dab77234..79f23aa46985 100644 --- a/forms/source/inc/frm_strings.hxx +++ b/forms/source/inc/frm_strings.hxx @@ -213,6 +213,8 @@ inline constexpr OUStringLiteral PROPERTY_BACKGROUNDCOLOR = u"BackgroundColor"; inline constexpr OUStringLiteral PROPERTY_ICONSIZE = u"IconSize"; inline constexpr OUStringLiteral PROPERTY_TEXTLINECOLOR = u"TextLineColor"; inline constexpr OUStringLiteral PROPERTY_HIDEINACTIVESELECTION = u"HideInactiveSelection"; +inline constexpr OUStringLiteral PROPERTY_HIGHLIGHT_COLOR = u"HighlightColor"; +inline constexpr OUStringLiteral PROPERTY_HIGHLIGHT_TEXT_COLOR = u"HighlightTextColor"; inline constexpr OUStringLiteral PROPERTY_SHOW_POSITION = u"ShowPosition"; inline constexpr OUStringLiteral PROPERTY_SHOW_NAVIGATION = u"ShowNavigation"; |