diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index cdf243127..9ca403f07 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -19,35 +19,35 @@ Height="700" Width="1000" MinWidth="900" MinHeight="600" - Loaded="OnLoaded" + Loaded="OnLoaded" Closed="OnClosed" d:DataContext="{d:DesignInstance vm:SettingWindowViewModel}"> - + - + - + - + - + - + - - - - - - + + + - - - + + + @@ -280,27 +279,36 @@ - - + + - - + +  + + - - + + - + - + - - - + + @@ -309,11 +317,13 @@ - + - - - + + @@ -322,10 +332,11 @@ - + - - + @@ -333,31 +344,35 @@ - + - - + - + - - + - + - - - + + @@ -366,12 +381,16 @@ - - + + - - - + + @@ -380,10 +399,13 @@ - + - - + + @@ -392,10 +414,13 @@ - + - - + + @@ -405,29 +430,36 @@ - + + ItemsSource="{Binding QuerySearchPrecisionStrings}" + SelectedItem="{Binding Settings.QuerySearchPrecisionString}" + Grid.Column="2" /> - + - + + ItemsSource="{Binding LastQueryModes}" + SelectedValue="{Binding Settings.LastQueryMode}" + DisplayMemberPath="Display" SelectedValuePath="Value" Grid.Column="2" /> - + - - - -  + + + +  @@ -437,12 +469,15 @@ - + - +