mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-31 02:29:03 -04:00
feat(gui): Enforce minimum window size (#216)
This commit is contained in:
parent
3143a02d06
commit
13b3ecc638
1 changed files with 6 additions and 2 deletions
|
@ -14,8 +14,12 @@
|
|||
"windows": [
|
||||
{
|
||||
"title": "UnstoppableSwap",
|
||||
"minWidth": 600,
|
||||
"minHeight": 400,
|
||||
"width": 800,
|
||||
"height": 600
|
||||
"height": 700,
|
||||
"maxHeight": 900,
|
||||
"maxWidth": 1200
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
|
@ -57,4 +61,4 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue