Increase default phish size
This commit is contained in:
parent
445ca1b10b
commit
064b52ad3c
@ -55,10 +55,10 @@ if (width > 100) {
|
||||
}
|
||||
if (height == undefined) {
|
||||
consoleLog('[phish] Height was not specified, defaulting to 5')
|
||||
height = 5
|
||||
height = 6
|
||||
}
|
||||
if (width == undefined) {
|
||||
consoleLog('[phish] Width was not specified, defaulting to 5')
|
||||
width = 7
|
||||
width = 10
|
||||
}
|
||||
gen(height, width, type)
|
Loading…
Reference in New Issue
Block a user