mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
GenerateQRCode.mjs: set default margin to 4 modules
This commit is contained in:
parent
ed8bd34915
commit
fa30f597ad
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class GenerateQRCode extends Operation {
|
||||||
{
|
{
|
||||||
"name": "Margin (num modules)",
|
"name": "Margin (num modules)",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"value": 2,
|
"value": 4,
|
||||||
"min": 0
|
"min": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue