PowerToys icon indicating copy to clipboard operation
PowerToys copied to clipboard

[Color Picker] Long color format names are cut off, including default DECIMAL

Open object-Object opened this issue 2 years ago • 0 comments

Microsoft PowerToys version

0.68.1

Installation method

PowerToys auto-update

Running as admin

None

Area(s) with issue?

ColorPicker

Steps to reproduce

  • Enable a color format with a long name, such as Decimal.
  • Use the color picker to pick a color and open the editor.
  • Observe the name being cut off. With Decimal, this makes the label look like "DECIMAI". image

✔️ Expected Behavior

The format names shouldn't be cut off.

I think there's a couple ways this could be solved:

  • Make the column wide enough to fit some number of the widest (ascii?) character and limit the field length
  • Dynamically grow the column (and the window? currently the editor can't be resized)
  • Truncate with an ellipsis or something

❌ Actual Behavior

No response

Other Software

No response

object-Object avatar Mar 27 '23 18:03 object-Object