refactor: replace all window with custom ChromelessWindow

This commit is contained in:
leo 2024-06-13 11:54:10 +08:00
parent 68061f82b1
commit f5b35d3db2
No known key found for this signature in database
GPG key ID: B528468E49CD0E58
23 changed files with 414 additions and 649 deletions

View file

@ -226,7 +226,7 @@ namespace SourceGit.Views
private int _lastHitIdx = -1;
}
public partial class Statistics : Window
public partial class Statistics : ChromelessWindow
{
public Statistics()
{