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

貢獻者指南