Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop-down menu arrow too small. #123

Open
pyscripter opened this issue Dec 24, 2024 · 0 comments
Open

Drop-down menu arrow too small. #123

pyscripter opened this issue Dec 24, 2024 · 0 comments

Comments

@pyscripter
Copy link

pyscripter commented Dec 24, 2024

TSpTBXItemViewer.Paint uses the following to paint the arrow of drop-down buttons:
SpDrawArrow(Canvas, P.X, P.Y, DropDownC, not ItemInfo.IsVertical, False, PPIScale(2));

The size of 2 results in too small an arrow:
image

A size of 4 (or maybe 3) looks better:
image

Both images are scaled 300%.

SpDrawArrow with a size of 2 is used in a few other places that could be reviewed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant