-
Notifications
You must be signed in to change notification settings - Fork 997
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
fix issue 12680 [HDPI]The dot line disappeared between checkbox and Expand/collapse in HDPI mode #12706
Conversation
…xpand/collapse in HDPI mode
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12706 +/- ##
===================================================
+ Coverage 76.03484% 76.04123% +0.00638%
===================================================
Files 3180 3181 +1
Lines 639637 639674 +37
Branches 47213 47216 +3
===================================================
+ Hits 486347 486416 +69
+ Misses 149773 149740 -33
- Partials 3517 3518 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, looks good!
…xpand/collapse in HDPI mode (dotnet#12706) fix issue 12680 [HDPI]The dot line disappeared between checkbox and Expand/collapse in HDPI mode
…ox and Expand/collapse in HDPI mode (dotnet#12706)" This reverts commit 5a19e21.
…ox and Expand/collapse in HDPI mode (dotnet#12706)" This reverts commit 5a19e21.
Fixes #12680
Root Cause
The default indent is 19, but we didn't scale it properly in HDPI mode.
Proposed changes
Screenshots
Before
After
Test methodology
Microsoft Reviewers: Open in CodeFlow