[SettingsExpander] Fix CornerRadius bug #329
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes
Before (corner is blurred/lighter gray caused by the root grid overlapping with the border)
![image](https://private-user-images.githubusercontent.com/9866362/300927230-5bad999e-9a84-45da-8c4e-1fc0cc1435ef.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NDU4MTUsIm5iZiI6MTczOTc0NTUxNSwicGF0aCI6Ii85ODY2MzYyLzMwMDkyNzIzMC01YmFkOTk5ZS05YTg0LTQ1ZGEtOGM0ZS0xZmMwY2MxNDM1ZWYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTZUMjIzODM1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MGU2MDM1NzNmZWU2NjkzMDYyYmU5ZDNhZWUzZTUzZGE4MTcyZTRhZWMzZTI1NjNjNTJkOGVkOTU0OWFiZWRkOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.0L4QNXo_Or9ji5bTfSANMyB3leXUE7KK8VgJVAsX_XI)
After (corner is sharp)
![image](https://private-user-images.githubusercontent.com/9866362/300926070-d8e17923-6203-411b-b715-b60fd9733750.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NDU4MTUsIm5iZiI6MTczOTc0NTUxNSwicGF0aCI6Ii85ODY2MzYyLzMwMDkyNjA3MC1kOGUxNzkyMy02MjAzLTQxMWItYjcxNS1iNjBmZDk3MzM3NTAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTZUMjIzODM1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OGNiODg5OTcwOTM0MzQxNTI4MGQzMzAxNGEzM2IyZDgwYzBhNjQ5MWJlN2JkMzE5NTg5Y2U2YmZmZTc2ZTFlOSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.1MYiUOvpjG4AcpwYjUcbiHMrP0-Lh3zKZwZ8Saomz2U)
Fixes: #325