diff --git a/Views/BaseWindow/BaseControl.xaml b/Views/BaseWindow/BaseControl.xaml index 718c304..8a72716 100644 --- a/Views/BaseWindow/BaseControl.xaml +++ b/Views/BaseWindow/BaseControl.xaml @@ -134,7 +134,7 @@ - + diff --git a/Views/Configuration/AlgorithmConfigPage.xaml b/Views/Configuration/AlgorithmConfigPage.xaml index 7832b60..3b6268b 100644 --- a/Views/Configuration/AlgorithmConfigPage.xaml +++ b/Views/Configuration/AlgorithmConfigPage.xaml @@ -22,9 +22,60 @@ - + + diff --git a/Views/Configuration/ConfigMenuPage.xaml b/Views/Configuration/ConfigMenuPage.xaml index e91935c..9c9e8a5 100644 --- a/Views/Configuration/ConfigMenuPage.xaml +++ b/Views/Configuration/ConfigMenuPage.xaml @@ -7,28 +7,47 @@ Loaded="ConfigMenuPage_OnLoaded" mc:Ignorable="d" > - - + + - + + - + Storyboard.TargetProperty="(UIElement.RenderTransform).(ScaleTransform.ScaleX)"> + + + + + + - + + + + + + + + + Storyboard.TargetProperty="(UIElement.RenderTransform).(ScaleTransform.ScaleY)"> @@ -172,7 +191,7 @@ + + + + + + - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Views/Configuration/SettingPageBase.xaml b/Views/Configuration/SettingPageBase.xaml index 5eefc5a..1adc72b 100644 --- a/Views/Configuration/SettingPageBase.xaml +++ b/Views/Configuration/SettingPageBase.xaml @@ -5,7 +5,8 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:hc="https://handyorg.github.io/handycontrol" xmlns:local="clr-namespace:SparkClient.Views.Configuration" - mc:Ignorable="d" + mc:Ignorable="d" CornerRadius="15" + Background="#ffffff" d:DesignHeight="300" d:DesignWidth="500">