Remove size icon

main
kts of kettek 2024-02-14 19:02:20 -08:00
parent 02fe8ea1dc
commit b71e8cdfcc
1 changed files with 0 additions and 1 deletions

View File

@ -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}