We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d793d commit c73b976Copy full SHA for c73b976
src/ui/toolbox/toolhandling.jsx
@@ -41,7 +41,7 @@ export class ToolHandling extends Component {
41
'#FE8BF0FF',
42
'#FFA8A8FF'
43
]
44
- this.pensizesizes = [0.25, 0.5, 1, 1.5, 2, 3, 4, 6, 8, 11, 16]
+ this.pensizesizes = [0.25, 0.375, 0.5, 1, 1.5, 2, 3, 4, 6, 8, 11, 16]
45
this.tmcolorwheelcolors = [
46
'#FF0066',
47
'#00FF00',
0 commit comments