Commit 3a98f5b
committed
Fix Color Picker format name truncation issue
Increased the width of the format name column from 48px to 64px in ColorFormatControl.xaml
to properly display longer color format names like 'DECIMAL', 'HEX Int', 'CIEXYZ', etc.
without them being cut off (e.g. 'DECIMAI' instead of 'DECIMAL').
Fixes #250631 parent 9dcddfd commit 3a98f5b
File tree
1 file changed
+1
-1
lines changed- src/modules/colorPicker/ColorPickerUI/Controls
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments