Originally created by @es183923 on GitHub (Jul 25, 2022).
In windows 11, apps can opt in to have rounded corners, which match the UI better.
References:
https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/apply-rounded-corners
https://docs.microsoft.com/en-us/windows/win32/api/dwmapi/ne-dwmapi-dwm_window_corner_preference
Check out MicaForEveryone, which also implements this: https://github.com/MicaForEveryone/MicaForEveryone/blob/2e46914c955ed694a1edee7eac97d4a6eb98cb40/MicaForEveryone.Win32/DesktopWindowManager.cs#L99-L107
I think this is out of scope for the project; it's better to run a dedicated piece of software for something that manipulates how windows render their borders.
@LGUG2Z commented on GitHub (May 12, 2024):
I think this is out of scope for the project; it's better to run a dedicated piece of software for something that manipulates how windows render their borders.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @es183923 on GitHub (Jul 25, 2022).
In windows 11, apps can opt in to have rounded corners, which match the UI better.
References:
https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/apply-rounded-corners
https://docs.microsoft.com/en-us/windows/win32/api/dwmapi/ne-dwmapi-dwm_window_corner_preference
Check out MicaForEveryone, which also implements this: https://github.com/MicaForEveryone/MicaForEveryone/blob/2e46914c955ed694a1edee7eac97d4a6eb98cb40/MicaForEveryone.Win32/DesktopWindowManager.cs#L99-L107
@LGUG2Z commented on GitHub (May 12, 2024):
I think this is out of scope for the project; it's better to run a dedicated piece of software for something that manipulates how windows render their borders.