From 0f0c27d039f3ffa8717ba00eaa37b9f024f582bd Mon Sep 17 00:00:00 2001 From: shoushou1106 <100991210+shoushou1106@users.noreply.github.com> Date: Sat, 20 Jul 2024 22:58:10 +0800 Subject: [PATCH 1/3] Init --- FrostyEditor/Windows/ModSettingsWindow.xaml | 32 +++-- .../Windows/ModSettingsWindow.xaml.cs | 124 +++++++++++++++++- 2 files changed, 138 insertions(+), 18 deletions(-) diff --git a/FrostyEditor/Windows/ModSettingsWindow.xaml b/FrostyEditor/Windows/ModSettingsWindow.xaml index 287342905..7486f02d0 100644 --- a/FrostyEditor/Windows/ModSettingsWindow.xaml +++ b/FrostyEditor/Windows/ModSettingsWindow.xaml @@ -6,8 +6,8 @@ xmlns:local="clr-namespace:FrostyEditor.Windows" xmlns:ctrl="clr-namespace:Frosty.Controls;assembly=FrostyControls" mc:Ignorable="d" - Title="Export Mod" Height="530" Width="600" - ResizeMode="NoResize" WindowStartupLocation="CenterScreen" SnapsToDevicePixels="True"> + Title="Export Mod" MinHeight="530" Height="530" MinWidth="600" Width="600" + WindowStartupLocation="CenterScreen" SnapsToDevicePixels="True"> @@ -17,28 +17,35 @@ - - + + + + - + - - - -