mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 21:30:37 +08:00
ux: titlebar height on macOS
This commit is contained in:
@@ -31,7 +31,7 @@ namespace SourceGit.Converters
|
||||
{
|
||||
if (state == WindowState.Maximized)
|
||||
{
|
||||
return new GridLength(30);
|
||||
return new GridLength(OperatingSystem.IsMacOS() ? 34 : 30);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user