microsoft/Terminal

Make sure MinMaxCloseControl supports FullScreen & Tablet Mode

開放

#2,001 建立於 2019年7月17日

 (2 則留言) (5 個反應) (0 位負責人)C++ (9,275 個分叉)batch import
Area-UserInterfaceHelp WantedIssue-BugPriority-3Product-Terminal

倉庫指標

星標
 (103,173 顆星)
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

貢獻者指南