[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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2Njk2NzMsIm5iZiI6MTczOTY2OTM3MywicGF0aCI6Ii85ODY2MzYyLzMwMDkyNzIzMC01YmFkOTk5ZS05YTg0LTQ1ZGEtOGM0ZS0xZmMwY2MxNDM1ZWYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTZUMDEyOTMzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZjJkMDhiZWE2NDlmYzU5ZWU3ZjJhMzlhOGMwOGVjZGZiMDUxZjZiOGE0ZTA5YzY1ZWY0ZjU2ZGVkYTU4NzE2YyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.Ghbqrixle8Ojdu0ItzJbRPyCI-I5YaEa-IOdavFhhc4)
After (corner is sharp)
![image](https://private-user-images.githubusercontent.com/9866362/300926070-d8e17923-6203-411b-b715-b60fd9733750.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2Njk2NzMsIm5iZiI6MTczOTY2OTM3MywicGF0aCI6Ii85ODY2MzYyLzMwMDkyNjA3MC1kOGUxNzkyMy02MjAzLTQxMWItYjcxNS1iNjBmZDk3MzM3NTAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTZUMDEyOTMzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZmI0OGQ5MWI2Y2ZkMjJjNjdjMjk0ZGNhOTg3NjFjZWYwZjZjYTdiOWQ0YWY3Y2I0Y2YyYWIxMTM3NjM2MDExMiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.3ohpJKXlwRBz8Sccp5zBkc5i2L2kFLt_--Pq8bFA1eM)
Fixes: #325