From 1a44fdff45b887d4c1aacbf08e3ee43f9d43aead Mon Sep 17 00:00:00 2001 From: ZouJin Date: Wed, 11 Oct 2023 22:16:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=94=AF=E6=8C=81=E5=BF=AB?= =?UTF-8?q?=E6=8D=B7=E5=AF=BC=E8=88=AA=20(=E6=9C=AA=E5=AE=8C=E6=88=90)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WinDesign/winGameSetting.xaml | 14 +++++++++----- .../WinDesign/winGameSetting.xaml.cs | 2 ++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml b/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml index cd081a8..e26dec8 100644 --- a/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml +++ b/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml @@ -7,7 +7,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:pu="clr-namespace:Panuon.WPF.UI;assembly=Panuon.WPF.UI" xmlns:system="clr-namespace:System;assembly=mscorlib" - Width="{ll:Dbe SettingWidth, DefValue=500}" Height="550" Closing="WindowX_Closing" FontSize="16" + Width="{ll:Dbe SettingWidth, DefValue=650}" Height="550" Closing="WindowX_Closing" FontSize="16" Style="{DynamicResource BaseWindowXStyle}" Topmost="True" WindowStartupLocation="CenterScreen" mc:Ignorable="d"> + + + + + SelectionChanged="MainTab_SelectionChanged" Grid.Column="1"> - - + + @@ -957,6 +961,6 @@ diff --git a/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs b/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs index f5bf6c8..73fa4eb 100644 --- a/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs +++ b/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs @@ -1327,5 +1327,7 @@ namespace VPet_Simulator.Windows mw.Set.HideFromTaskControl = SwitchHideFromTaskControl.IsChecked == true; ButtonRestartGraph.Visibility = Visibility.Visible; } + + } }