You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the SystemDecorations property of a Window is set to BorderOnly, the Width and Height properties don't have any effect. However, they do work when SystemDecorations is set to either None or Full.
To Reproduce
Set up a new Avalonia Project.
Go to MainWindow.axaml.
Add Width="450" and Height="450".
Add SystemDecorations="BorderOnly".
Run the program.
Expected behavior
No response
Avalonia version
11.0.10
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When the SystemDecorations property of a Window is set to BorderOnly, the Width and Height properties don't have any effect. However, they do work when SystemDecorations is set to either None or Full.
To Reproduce
Expected behavior
No response
Avalonia version
11.0.10
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: