AvaloniaUI / XamlControlsGallery

MIT License
159 stars 30 forks source link

Fullscreen app width greater than screen width #8

Open radoslawik opened 3 years ago

radoslawik commented 3 years ago

When the application is in the fullscreen state the width is greater than my screen size. This may cause some elements to be not fully displayed. Screen from the debugger (My screen resolution is 1920x1080px):

image

This is probably caused by ExtendClientAreaToDecorationsHint = true in FluentWindow.cs.