mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
ux: titlebar height on macOS
This commit is contained in:
parent
82b00b357b
commit
e9208ef112
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace SourceGit.Converters
|
|||
{
|
||||
if (state == WindowState.Maximized)
|
||||
{
|
||||
return new GridLength(30);
|
||||
return new GridLength(OperatingSystem.IsMacOS() ? 34 : 30);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue