Minor changes

This commit is contained in:
ClemensFischer 2025-11-13 23:55:47 +01:00
parent b44018ac8f
commit ef7849948e
3 changed files with 4 additions and 4 deletions

View file

@ -409,7 +409,7 @@ namespace MapControl
element.Arrange(new Rect(x, y, width, height));
}
internal static Size GetDesiredSize(FrameworkElement element)
private static Size GetDesiredSize(FrameworkElement element)
{
var width = element.DesiredSize.Width;
var height = element.DesiredSize.Height;