diff --git a/9.0/Animations/Animations/Pages/EasingEditorPage.xaml b/9.0/Animations/Animations/Pages/EasingEditorPage.xaml index 668e4d6ce..903d5ce79 100644 --- a/9.0/Animations/Animations/Pages/EasingEditorPage.xaml +++ b/9.0/Animations/Animations/Pages/EasingEditorPage.xaml @@ -4,8 +4,10 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" xmlns:controls="clr-namespace:Animations.Controls" + xmlns:local="clr-namespace:Animations" Title="{Binding Card.CardTitle}" - x:Class="Animations.EasingEditorPage"> + x:Class="Animations.EasingEditorPage" + x:DataType="local:EasingEditorPage"> - + + - - + Title="Bug Sweeper"> + + - - + HorizontalTextAlignment="Center" /> + + + - + SizeChanged="OnBoardGridSizeChanged"> + + HorizontalOptions="Center"> + TextColor="Red" /> + + HorizontalOptions="Center"> + TextColor="Red" /> +