Replies: 1 comment 5 replies
Since you've already made a PR for this, we can use that API as a starting point for discussion. Can you post a summary of it here? |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'd love to be able to control the size of icons on buttons (prior art). In my case I have some actions that make more sense to be icons than text (e.g. play/stop, arrows) and the current fixed icon size is too large for the UI elements these are associated with e.g. alongside other text-only buttons.
At the risk of complicating things, for accessibility I think it's worth considering the topic of tooltips on buttons and the ability to have both an icon and text on a button (e.g. for semantically the same action throughout the app) even if these improvements aren't all implemented together.
In terms of widgets it seems like Button is the most obvious candidate for needing to control the icon size, though possibly DetailedList could display the icon at a different size and maybe also Commands when displayed in the toolbar.
What should the API look like? Is there anything else that needs to be taken into account?
All reactions