mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-27 21:27:19 -08:00
e3c0f7d496
* use system chrome instead of custom caption button on macOS * move `BeginMoveWindow` and `MaximizeOrRestoreWindow` to `ChromelessWindow` * better supports for fullscreen mode on macOS * redesign the layout of title bar for all windows Signed-off-by: leo <longshuang@msn.cn>
10 lines
174 B
C#
10 lines
174 B
C#
namespace SourceGit.Views
|
|
{
|
|
public partial class Hotkeys : ChromelessWindow
|
|
{
|
|
public Hotkeys()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|