Commit 3167cdf
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 503bcbd commit 3167cdf
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