Bug 168075 - Improve resolution and anti-alias auto-filter arrow buttons
Summary: Improve resolution and anti-alias auto-filter arrow buttons
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
26.2.0.0 alpha0+ master
Hardware: All All
: medium minor
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: AutoFilter
  Show dependency treegraph
 
Reported: 2025-08-23 08:39 UTC by Eyal Rozenberg
Modified: 2025-08-23 08:41 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments
Autofilter drop-down dialogs - notice the buttons with the downward triangular arrow (43.65 KB, image/png)
2025-08-23 08:40 UTC, Eyal Rozenberg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eyal Rozenberg 2025-08-23 08:39:44 UTC
The drop-down dialog buttons used in AutoFilters are not native UI widgets; we draw them - and we provide the graphic. It seems that graphic has not changed for the past 20 years, if not more, when screen resolution was half what it is typically these days.

Now, a more fundamental solution would probably be to use native widgets somehow (bug 163017) - but in the mean time, we should at least:

* Increase the resolution of the button images
* Apply a bit of anti-aliasing

and perhaps even:

* Make the images VCL-dependent to sort-of-emulate actual native widgets.

although just the first two would be an improvement.
Comment 1 Eyal Rozenberg 2025-08-23 08:40:20 UTC
Created attachment 202465 [details]
Autofilter drop-down dialogs - notice the buttons with the downward triangular arrow