Skip to content

WI01079276 - Fix QI control regressions#19

Open
lvo-wtg wants to merge 1 commit into
masterfrom
LV1/WI01079276/Fix-QI-regression
Open

WI01079276 - Fix QI control regressions#19
lvo-wtg wants to merge 1 commit into
masterfrom
LV1/WI01079276/Fix-QI-regression

Conversation

@lvo-wtg
Copy link
Copy Markdown

@lvo-wtg lvo-wtg commented May 28, 2026

When we migrate the fork of winforms over to NET10 we introduce regressions with how some of the controls are sized when then extend outside the visible bounds of control element itself in this class

.

This PR rescales the control sizes so that they are not out of bounds

Before the PR with the regression (missing button on the buttom right + cancel button cut off):
image

PR applied:
image

… bounds

Co-authored-by: Copilot copilot@github.com

internal partial class DefaultLayout
{
private const int MinimumSignificantStretchDelta = 16;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @lvo-wtg, where did this new code come from? Is this net8 code we didn't merge properly, something in Microsoft's net10 code we overwrote incorrectly, or AI generated fixes?

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

Successfully merging this pull request may close these issues.

2 participants