microsoft/PowerToys

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

Open

#25 063 ouverte le 27 mars 2023

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C# (7 978 forks)batch import
Cost-SmallHelp WantedIssue-BugPriority-2Product-Color PickerProduct-Tweak UI DesignStatus-In progress

Métriques du dépôt

Stars
 (133 154 stars)
Métriques de merge PR
 (Merge moyen 14j 20h) (117 PRs mergées en 30 j)

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

Guide contributeur