diff --git a/App.xaml b/App.xaml index 2131f72..a924ef6 100644 --- a/App.xaml +++ b/App.xaml @@ -1,16 +1,18 @@ - + - - - + + + + - + \ No newline at end of file diff --git a/MCI18n.csproj b/MCI18n.csproj index b1352af..31825fd 100644 --- a/MCI18n.csproj +++ b/MCI18n.csproj @@ -21,20 +21,10 @@ - - - Always - - - - - - - diff --git a/MainWindow.xaml b/MainWindow.xaml index 1a8a55e..47cdbe8 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -8,7 +8,7 @@ Title="SNBT编辑器" Width="900" Height="600" - Background="#3d3d3d" + Background="#1f1f1f" Foreground="White" mc:Ignorable="d"> @@ -32,24 +32,83 @@ Width="100" Height="30" Command="{Binding LoadQuestsCommand}" - Content="打开文件夹" - Style="{StaticResource MinecraftButtonStyle}" /> + Content="打开文件夹" />