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

Include tablets in CalculateSize condition (fixes #750) #752

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

rdurfee
Copy link
Contributor

@rdurfee rdurfee commented Sep 3, 2024

The method CalculateSize in the CommunityToolkitDialogExtensions class has been modified to include tablets in the condition that previously only checked for desktops. This means that the method will now return a size of 400x400 for both desktop and tablet devices.

The method `CalculateSize` in the `CommunityToolkitDialogExtensions` class has been modified to include tablets in the condition that previously only checked for desktops. This means that the method will now return a size of 400x400 for both desktop and tablet devices.
@enisn enisn self-requested a review September 9, 2024 05:51
@enisn enisn added core-dialogs enhancement New feature or request labels Sep 9, 2024
@enisn enisn added this to the v2.10 milestone Sep 9, 2024
@enisn enisn merged commit d2c95cb into enisn:develop Sep 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-dialogs enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants