Skip to content

Conversation

@Vignesh-SF3580
Copy link
Contributor

Issue Details

When the font size is set to maximum, the button text is not fully visible.

Root Cause

The HeightRequest was applied to the Button, and it does not adjust when the font size increases.

Description of Change

Replaced the fixed HeightRequest with MinimumHeight so the button can resize automatically with larger font sizes.

Reference: https://github.com/dotnet/maui-samples/blob/main/9.0/Apps/DeveloperBalance/Pages/ProjectDetailPage.xaml#L155

MAUI Issue report: dotnet/maui#30829

Screenshots

Before Issue Fix After Issue Fix
image image

@Vignesh-SF3580 Vignesh-SF3580 marked this pull request as ready for review August 22, 2025 06:20
@jsuarezruiz jsuarezruiz self-requested a review August 26, 2025 10:29
@jsuarezruiz jsuarezruiz merged commit 229d2dd into dotnet:main Aug 27, 2025
3 checks passed
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