microsoft/Terminal

Allow the user to set the minimum window size

Open

#6,820 创建于 2020年7月7日

在 GitHub 查看
 (18 评论) (7 反应) (0 负责人)C++ (3,212 fork)batch import
Area-SettingsHelp WantedIssue-TaskPriority-3Product-Terminalgood first issue

仓库指标

Star
 (35,764 star)
PR 合并指标
 (平均合并 27天 19小时) (30 天内合并 24 个 PR)

描述

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

贡献者指南