Skip to content

Commit c73b976

Browse files
committed
Add a pensize
1 parent b2d793d commit c73b976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/toolbox/toolhandling.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class ToolHandling extends Component {
4141
'#FE8BF0FF',
4242
'#FFA8A8FF'
4343
]
44-
this.pensizesizes = [0.25, 0.5, 1, 1.5, 2, 3, 4, 6, 8, 11, 16]
44+
this.pensizesizes = [0.25, 0.375, 0.5, 1, 1.5, 2, 3, 4, 6, 8, 11, 16]
4545
this.tmcolorwheelcolors = [
4646
'#FF0066',
4747
'#00FF00',

0 commit comments

Comments
 (0)