Merge pull request #63 from Abdenasser/window-min-size

decreasing min window size
This commit is contained in:
Abdenasser Elidrissi 2024-11-08 19:00:32 +01:00 committed by GitHub
commit d53a2b4adf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,8 +39,8 @@
"resizable": true,
"title": "NeoHtop",
"width": 1280,
"minWidth": 1280,
"minHeight": 900
"minWidth": 1120,
"minHeight": 700
}
],
"security": {