diff --git a/SubRenamer/Views/SettingsWindow.axaml b/SubRenamer/Views/SettingsWindow.axaml index 4315122..42adeb3 100644 --- a/SubRenamer/Views/SettingsWindow.axaml +++ b/SubRenamer/Views/SettingsWindow.axaml @@ -5,8 +5,11 @@ xmlns:vm="using:SubRenamer.ViewModels" mc:Ignorable="d" WindowStartupLocation="CenterOwner" - Width="500" + Width="800" + MinWidth="860" + MinHeight="500" SizeToContent="Height" + CanResize="True" x:Class="SubRenamer.Views.SettingsWindow" x:DataType="vm:SettingsViewModel" Title="{DynamicResource App.Strings.SettingsTitle}"> @@ -33,89 +36,110 @@ - - + + + + + + + + + + + + + + +