microsoft / pxt-microbit

A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode
https://makecode.microbit.org
Other
710 stars 586 forks source link

Font and font size in the `DigitalPin`/`AnalogPin` dropdrown has been changed in beta #5730

Closed microbit-carlos closed 1 month ago

microbit-carlos commented 1 month ago

Maybe it was introduced in the blockly update? Mostly wanted to check if it was done or purpose, and if so, maybe suggest we reduce the font size slightly or increase the dropdown widget width so that the analog pin (write only) options don't overflow to 3 lines?

This also affects the DigitalPin, but as there isn't long strings there it doesn't look change the shape of the dropdown that much. Might be worth checking if other blocks with a similar dropdown widget are affected?

v6 v7.0.12 *
image image

*Using v7.0.12 as it was the last version before the pin changes from https://github.com/microsoft/pxt-microbit/pull/5700.

abchatra commented 1 month ago

V6 looks better to me. @riknoll let me know if this is hard to fix.