Skip to content

Commit

Permalink
feat: reduce max pencil size
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Feb 17, 2024
1 parent 83f7fc4 commit 271255b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data/tools/pencil.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Pencil extends Pen {
: super(
name: t.editor.pens.pencil,
sizeMin: 1,
sizeMax: 25,
sizeMax: 15,
sizeStep: 1,
icon: pencilIcon,
options: Prefs.lastPencilOptions.value,
Expand Down

0 comments on commit 271255b

Please sign in to comment.