From cf7ae9009705ef945afd4c0c82d19f86cf638826 Mon Sep 17 00:00:00 2001 From: Yeechan Lu Date: Tue, 25 Mar 2014 14:47:29 +0800 Subject: [PATCH] Use short name of Assembly instead of full name. --- Wox/MainWindow.xaml | 2 +- Wox/SettingWindow.xaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Wox/MainWindow.xaml b/Wox/MainWindow.xaml index 63c980ec7..278ce5754 100644 --- a/Wox/MainWindow.xaml +++ b/Wox/MainWindow.xaml @@ -13,7 +13,7 @@ Icon="Images\app.png" > - + diff --git a/Wox/SettingWindow.xaml b/Wox/SettingWindow.xaml index 9b9b4aafb..1d9e0d941 100644 --- a/Wox/SettingWindow.xaml +++ b/Wox/SettingWindow.xaml @@ -188,7 +188,7 @@ - + @@ -203,10 +203,10 @@ - + + ItemsSource="{Binding ElementName=cbQueryBoxFont,Path=SelectedValue.FamilyTypefaces}" SelectionChanged="CbQueryBoxFontFaces_OnSelectionChanged" HorizontalAlignment="Left" VerticalAlignment="Top" Width="120"> @@ -222,10 +222,10 @@ - + + ItemsSource="{Binding ElementName=cbResultItemFont,Path=SelectedValue.FamilyTypefaces}" SelectionChanged="CbResultItemFontFaces_OnSelectionChanged" HorizontalAlignment="Left" VerticalAlignment="Top" Width="120">