Skip to content

Commit 34976ab

Browse files
fix-27646-Changes updated.
1 parent 56d2f4e commit 34976ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Controls/src/Core/Window/Window.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public partial class Window : NavigableElement, IWindow, IToolbarElement, IMenuB
5050
/// <summary>Bindable property for <see cref="Height"/>.</summary>
5151
public static readonly BindableProperty HeightProperty = BindableProperty.Create(
5252
nameof(Height), typeof(double), typeof(Window), Primitives.Dimension.Unset,
53-
propertyChanged: OnSizePropertyChanged);
53+
propertyChanged: OnSizePropertyChanged);
5454

5555
/// <summary>Bindable property for <see cref="MaximumWidth"/>.</summary>
5656
public static readonly BindableProperty MaximumWidthProperty = BindableProperty.Create(

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue27646.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if WINDOWS // MacCatalyst don't support programmatic window resizing. So, ignored test on MacCatalyst.
1+
#if WINDOWS // MacCatalyst doesn't support programmatic window resizing. So, ignored test on MacCatalyst.
22
using NUnit.Framework;
33
using UITest.Appium;
44
using UITest.Core;

0 commit comments

Comments
 (0)