mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 19:55:00 +00:00

* 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
180 B
C#
10 lines
180 B
C#
namespace SourceGit.Views
|
|
{
|
|
public partial class Statistics : ChromelessWindow
|
|
{
|
|
public Statistics()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|