Minimum window width and height

Open Beginner friendly
#212 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
64/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
javascript
Domain
desktop

Research direction

Start at the desktop window creation or configuration entry point and review the linked nw.js win.setMinimumSize(width, height) API. Define the minimum dimensions for the window and verify that resizing cannot reduce either dimension below them.

Written by the indexing model from the issue text.

Description

Currently, the nw.js window can be resized to nearly zero width and height. We should specify a minimum width and height:

https://nwjs.readthedocs.io/en/stable/References/Window/#winsetminimumsizewidth-height

Dominant language
JavaScript
Stars
1.9k
Forks
136
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from TiddlyWiki/TiddlyDesktop

All issues in TiddlyWiki/TiddlyDesktop

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.