diff --git a/Flow.Launcher/CustomQueryHotkeySetting.xaml b/Flow.Launcher/CustomQueryHotkeySetting.xaml index ddf0d0e45..02ce7b92f 100644 --- a/Flow.Launcher/CustomQueryHotkeySetting.xaml +++ b/Flow.Launcher/CustomQueryHotkeySetting.xaml @@ -75,6 +75,10 @@ Text="{DynamicResource customeQueryHotkeyTips}" TextAlignment="Left" TextWrapping="WrapWithOverflow" /> + diff --git a/Flow.Launcher/CustomShortcutSetting.xaml b/Flow.Launcher/CustomShortcutSetting.xaml index 78b392f3e..33e77c12c 100644 --- a/Flow.Launcher/CustomShortcutSetting.xaml +++ b/Flow.Launcher/CustomShortcutSetting.xaml @@ -6,12 +6,12 @@ Title="{DynamicResource customeQueryShortcutTitle}" Width="530" Background="{DynamicResource PopuBGColor}" + DataContext="{Binding RelativeSource={RelativeSource Self}}" Foreground="{DynamicResource PopupTextColor}" Icon="Images\app.png" ResizeMode="NoResize" SizeToContent="Height" - WindowStartupLocation="CenterScreen" - DataContext="{Binding RelativeSource={RelativeSource Self}}"> + WindowStartupLocation="CenterScreen"> @@ -76,9 +76,13 @@ Text="{DynamicResource customeQueryShortcutTips}" TextAlignment="Left" TextWrapping="WrapWithOverflow" /> + - + @@ -100,8 +104,7 @@ Grid.Row="0" Grid.Column="1" Margin="10" - Text="{Binding Key}" - /> + Text="{Binding Key}" /> + VerticalAlignment="Center" + Text="{Binding Value}" /> @@ -135,7 +138,7 @@ diff --git a/Flow.Launcher/Images/illustration_01.png b/Flow.Launcher/Images/illustration_01.png new file mode 100644 index 000000000..aaeab3d35 Binary files /dev/null and b/Flow.Launcher/Images/illustration_01.png differ diff --git a/Flow.Launcher/Images/illustration_02.png b/Flow.Launcher/Images/illustration_02.png new file mode 100644 index 000000000..dd210f99a Binary files /dev/null and b/Flow.Launcher/Images/illustration_02.png differ