Skip to content

Commit 561b04a

Browse files
danwalmsleygrokys
authored andcommitted
set appearance on osx window.
1 parent d926650 commit 561b04a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

native/Avalonia.Native/src/OSX/WindowBaseImpl.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
[Window setContentMaxSize:lastMaxSize];
4848

4949
[Window setOpaque:false];
50+
[Window setAppearance:[NSAppearance appearanceNamed:NSAppearanceNameAqua]];
5051
}
5152

5253
HRESULT WindowBaseImpl::ObtainNSViewHandle(void **ret) {

0 commit comments

Comments
 (0)