mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00: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)
|
if (state == WindowState.Maximized)
|
||||||
{
|
{
|
||||||
return new GridLength(30);
|
return new GridLength(OperatingSystem.IsMacOS() ? 34 : 30);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue