Not an issue but a question
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 158
- PR merge metrics
- No merged PRs in 30d
Description
Hi
I'm trying to specify the size of the windows but it's doesn't work, here is what I've done:
````
{
"title": "test",
"background": "2.png",
"icon-size": 90,
"window": {
"size": {
"width": 600,
"height": 500,
},
},
"contents": [
{ "x": 100, "y": 350, "type": "file", "path": "test.app" },
{ "x": 600, "y": 350, "type": "link", "path": "/Applications" }
]
}
````
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue provides only a configuration snippet and names no source files or tests. Start by tracing how the window.size configuration is parsed and applied, then verify the documented or observed behavior for the requested 600×500 dimensions. Done means the configuration either produces that window size or the issue clearly explains the supported syntax.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- desktop, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100