tweak min height for a single row of custom words by default.
This commit is contained in:
parent
6be48caf82
commit
1b6f95918d
1 changed files with 2 additions and 2 deletions
|
|
@ -15,9 +15,9 @@
|
||||||
{
|
{
|
||||||
"title": "Handy",
|
"title": "Handy",
|
||||||
"width": 540,
|
"width": 540,
|
||||||
"height": 720,
|
"height": 730,
|
||||||
"minWidth": 540,
|
"minWidth": 540,
|
||||||
"minHeight": 720,
|
"minHeight": 730,
|
||||||
"resizable": true,
|
"resizable": true,
|
||||||
"maximizable": false,
|
"maximizable": false,
|
||||||
"visible": false
|
"visible": false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue