[Libreoffice-bugs] [Bug 151702] Down arrows in Calc AutoFilter are not very visible using dark mode

2022-11-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151702

Rafael Lima  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |rafael.palma.l...@gmail.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 151702] Down arrows in Calc AutoFilter are not very visible using dark mode

2022-11-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151702

--- Comment #3 from Rafael Lima  ---
Created attachment 183383
  --> https://bugs.documentfoundation.org/attachment.cgi?id=183383=edit
Screenshot of the patched button

In [1] we see that COL_BLACK is hardcoded as the line color regardless of
anything. And for the button color the FaceColor is used (which depends on
system settings).

[1]
https://opengrok.libreoffice.org/xref/core/sc/source/ui/cctrl/dpcontrol.cxx?r=ce76f924#176

So I prepared a patch that draws the button with a light gray line
(COL_LIGHTGRAY) when the face color is dark. Otherwise, the current COL_BLACK
is used.

See the screenshot of the patched version.

The proposed patch is here:

https://gerrit.libreoffice.org/c/core/+/142150

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 151702] Down arrows in Calc AutoFilter are not very visible using dark mode

2022-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151702

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

   Severity|normal  |enhancement
 Ever confirmed|0   |1
 CC||79045_79...@mail.ru
 Status|UNCONFIRMED |NEW
 Blocks||103512, 103184

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
Agree, it should be improved


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103184
[Bug 103184] [META] UI theming bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=103512
[Bug 103512] [META] AutoFilter-related bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 151702] Down arrows in Calc AutoFilter are not very visible using dark mode

2022-10-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151702

V Stuart Foote  changed:

   What|Removed |Added

 CC||vsfo...@libreoffice.org

--- Comment #1 from V Stuart Foote  ---

1) Using the selected color scheme: then we could use the Text color for the
button background and Application Color for the down-arrow

+1, I think we build these selection arrows (i.e. not from an icon theme) so
maybe? If possible the Text color/Application Color from theme would be
functional.

-- 
You are receiving this mail because:
You are the assignee for the bug.