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

Toolbar extension button hard to see on dark themes #3678

Open
eishiya opened this issue Apr 28, 2023 · 0 comments
Open

Toolbar extension button hard to see on dark themes #3678

eishiya opened this issue Apr 28, 2023 · 0 comments
Labels
usability Generally about making something more intuitive or efficient.

Comments

@eishiya
Copy link
Contributor

eishiya commented Apr 28, 2023

The button for toolbar extensions is a dark grey colour, which makes it hard to see when using the Tiled Fusion theme is a dark grey or other darkish colour:
image
If the Native theme inherits its colour from the OS on some OSes (it doesn't on Windows 10), this issue affects it too.

It would be nice if these buttons changed their colour based on the theme colours, if that's possible. The QSS selector for them is apparently QToolBarExtension, but since Tiled doesn't use QSS, I doubt that information is useful.

Unsurprisingly, other icons in Tiled suffer from this issue as well, such as the layer locks, the "Dynamically wrap tiles" button, and the Animation Editor button, however, I suspect that those, being set by Tiled rather than Qt, are less likely to have some built-in way to recolour them. Some of them are raster images, which are presumably even harder to recolour at runtime, and would probably need light/dark alternates.

@bjorn bjorn added the usability Generally about making something more intuitive or efficient. label May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usability Generally about making something more intuitive or efficient.
Projects
None yet
Development

No branches or pull requests

2 participants