enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
1.19k stars 143 forks source link

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

Closed rdurfee closed 2 months ago

rdurfee commented 2 months ago

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.