Make the main window resizeable on Linux#4675
Make the main window resizeable on Linux#4675Marc-André Moreau (mamoreau-devolutions) merged 1 commit intoDevolutions:mainfrom
Conversation
The main window was not resizeable because the X11 Avalonia backend treats WindowDecorations.BorderOnly as WindowDecorations.None. This change implements resize grips on the window.
|
I'd just want to make sure that this doesn't affect WSL usage - there's a runtime check for WSL to adapt it and avoid some issues: #4580 For regular Linux we can leave native decorations enabled but for WSLg it wouldn't get sized and maximized properly. Disabling decorations to get them from the Windows size instead worked better Runtime checks for WSL are fine to adapt between the two |
This is taken into account, the border grips are enabled only when |
cc36a27
into
Devolutions:main
The main window was not resizeable because the X11 Avalonia backend treats WindowDecorations.BorderOnly as WindowDecorations.None. This change implements resize grips on the window.
2026-05-02.21-41-16.mp4