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

Vertical alignments of text is off #10177

Open
eric-vogt-pacesetter opened this issue Nov 18, 2024 · 1 comment
Open

Vertical alignments of text is off #10177

eric-vogt-pacesetter opened this issue Nov 18, 2024 · 1 comment
Labels
bug Something isn't working needs-triage Issue needs to be triaged by the area owners

Comments

@eric-vogt-pacesetter
Copy link

Describe the bug

Vertical alignment of text in a button is higher than it used to be:

Image

Purple background is Microsoft.WindowsAppSDK Version="1.6.240923002"
Blue background is Microsoft.WindowsAppSDK Version="1.5.240802000"

I've had the same issue with TextBlock and Button

XAML for button:

<Button
    VerticalContentAlignment="Center"
    BorderThickness="0"
    CornerRadius="90"
    FontSize="15"
    Background="#bb2d1c"
    FontWeight="Bold"
    Foreground="White">
E
</Button>

Steps to reproduce the bug

See description

Expected behavior

See description

Screenshots

See description

NuGet package version

None

Windows version

No response

Additional context

Windows 10 Build 19045

@eric-vogt-pacesetter eric-vogt-pacesetter added the bug Something isn't working label Nov 18, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Nov 18, 2024
@Balkoth
Copy link

Balkoth commented Nov 19, 2024

Its a known problem to the devs that this is broken since v1.6.0 on Windows 10. See #10014 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage Issue needs to be triaged by the area owners
Projects
None yet
Development

No branches or pull requests

2 participants