microsoft/PowerToys

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

Open

#25,063 opened on Mar 27, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (7,978 forks)batch import
Cost-SmallHelp WantedIssue-BugPriority-2Product-Color PickerProduct-Tweak UI DesignStatus-In progress

Repository metrics

Stars
 (133,154 stars)
PR merge metrics
 (Avg merge 14d 20h) (117 merged PRs in 30d)

Description

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

Contributor guide