microsoft/Terminal

Allow the user to set the minimum window size

Offen

#6.820 geöffnet am 07.07.2020

 (18 Kommentare) (7 Reaktionen) (0 zugewiesene Personen)C++ (9.275 Forks)batch import
Area-SettingsHelp WantedIssue-TaskPriority-3Product-Terminalgood first issue

Repository-Metriken

Stars
 (103.173 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

Description of the new feature/enhancement

Create an option "disable window resizing" or "fixed minimum window size" in global settings.

Proposed technical implementation details (optional)

Window Resizing Settings

Property name: enableWindowResizing

Necessity: Optional

Accepts: true, false

Default value: true _________________________ OR __________________________________

Fixed Minimum Window Size

Property name: minimumWindowSize

Necessity: Optional

Accepts: Dimensions - rows,columns

Default value: 30,120

Contributor Guide