microsoft/Terminal

Add a setting to manually set the Pane border width

Open

#3,063 创建于 2019年10月4日

在 GitHub 查看
 (2 评论) (29 反应) (0 负责人)C++ (3,212 fork)batch import
Area-SettingsArea-UserInterfaceHelp WantedIssue-TaskProduct-Terminal

仓库指标

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

描述

Follow up from #994 and PR:#3060

In the aforementioned PR, we're hardcoding the border width to 2. This should really be configurable to any positive double.

Questions:

  • (Similar to the discussion in #3061) There's been discussion before about allowing custom theming, hypothetically powered by XAML. Would we want to wait for that discussion to be had before we do this?
    • If we do want to do this in XAML later, would enabling it in the json now negatively impact that future scenario?

贡献者指南