microsoft/Terminal

Make sure MinMaxCloseControl supports FullScreen & Tablet Mode

Open

#2,001 创建于 2019年7月17日

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

仓库指标

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

描述

Some thoughts about the Min/Max/Close buttons, and supporting FullScreen or Tablet Mode

Some properties to consider for this TitlebarControl. This could be also be useful for the Settings UI, if it is presented in a window.

  • CanMaximise
  • CanMinimise
  • CanRestore

Which would hide those buttons if you wanted to make a settings screen which only shows a close button. Also consider how these TitleBar Controls will handle FullScreen/Tablet Mode

image Full Screen

Screenshot (17) Tablet Mode

Originally posted by @mdtauk in https://github.com/microsoft/terminal/pull/1948#issuecomment-512048300

贡献者指南