Skip to content

Commit

Permalink
set appearance on osx window.
Browse files Browse the repository at this point in the history
  • Loading branch information
danwalmsley authored and grokys committed Jan 10, 2023
1 parent d926650 commit 561b04a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/Avalonia.Native/src/OSX/WindowBaseImpl.mm
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
[Window setContentMaxSize:lastMaxSize];

[Window setOpaque:false];
[Window setAppearance:[NSAppearance appearanceNamed:NSAppearanceNameAqua]];
}

HRESULT WindowBaseImpl::ObtainNSViewHandle(void **ret) {
Expand Down

0 comments on commit 561b04a

Please sign in to comment.