Remove size icon
parent
02fe8ea1dc
commit
b71e8cdfcc
|
@ -108,7 +108,6 @@
|
|||
<section class='middle'>
|
||||
<menu class='toolsettings'>
|
||||
{#if currentTool === toolBrush || currentTool === toolErase}
|
||||
<Scale/>
|
||||
<BrushSize bind:brushSize/>
|
||||
<NumberInput size="sm" min={1} max={100} step={1} bind:value={brushSize}/>
|
||||
{/if}
|
||||
|
|
Loading…
Reference in New Issue