Skip to content

Commit

Permalink
Revert stray padding change
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Mar 10, 2024
1 parent 5193811 commit 4a60abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const validLineTypes: string[] = ["10 0", "10 10", "2 5"];
const defaultSettings = {
canvas: {
show_errors: { default: true },
lower_padding: { default: 10, valid: { numberRange: { min: 0, max: 20 } } },
lower_padding: { default: 10 },
upper_padding: { default: 10 },
left_padding: { default: 10 },
right_padding: { default: 10 }
Expand Down

0 comments on commit 4a60abc

Please sign in to comment.