Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable MFC and UWP rounded corners #15

Closed
gailium119 opened this issue Dec 18, 2021 · 1 comment
Closed

Disable MFC and UWP rounded corners #15

gailium119 opened this issue Dec 18, 2021 · 1 comment

Comments

@gailium119
Copy link

For MFC apps and win32 apps,buttons and textboxes have rounded corners.
For UWP flyouts like the "restored Windows 10 network" , buttons have rounded corners.
Is there a way to fix this?

@valinet
Copy link
Owner

valinet commented Dec 18, 2021

Each "problem" can be solved by addressing it at the root cause of it. There isn't a single master rounded corners on/off switch; this program patches the compositor and that has effect on top level windows only.

What's rounded because of the theme engine can be altered by modifying the theme or switching to another one, probably, taking care to disable the theme signing enforcement.

What's rounded because of the way certain controls are drawn in a particular framework can be addresses by patching how drawing is done in that particular framework, probably.

I haven't looked into any of the stuff mentioned by you, so I personally don't know how to do it.

@valinet valinet closed this as completed Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants