microsoft/Terminal

Allow the user to set the minimum window size

Open

#6 820 ouverte le 7 juil. 2020

Voir sur GitHub
 (18 commentaires) (7 réactions) (0 assignés)C++ (3 212 forks)batch import
Area-SettingsHelp WantedIssue-TaskPriority-3Product-Terminalgood first issue

Métriques du dépôt

Stars
 (35 764 stars)
Métriques de merge PR
 (Merge moyen 27j 19h) (24 PRs mergées en 30 j)

Description

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

Guide contributeur