diff --git a/Wox/ResultListBox.xaml b/Wox/ResultListBox.xaml
index d770b20d4f..53801bc9e4 100644
--- a/Wox/ResultListBox.xaml
+++ b/Wox/ResultListBox.xaml
@@ -6,12 +6,12 @@
xmlns:vm="clr-namespace:Wox.ViewModel"
mc:Ignorable="d" d:DesignWidth="100" d:DesignHeight="100"
d:DataContext="{d:DesignInstance vm:ResultsViewModel}"
- MaxHeight="{Binding MaxHeight}"
+ MaxHeight="{Binding MaxHeight}"
SelectedIndex="{Binding SelectedIndex, Mode=TwoWay}"
- SelectedItem="{Binding SelectedItem, Mode=OneWayToSource}"
- HorizontalContentAlignment="Stretch" ItemsSource="{Binding Results}"
+ SelectedItem="{Binding SelectedItem, Mode=OneWayToSource}"
+ HorizontalContentAlignment="Stretch" ItemsSource="{Binding Results}"
Margin="{Binding Margin}"
- Style="{DynamicResource BaseListboxStyle}" Focusable="False"
+ Style="{DynamicResource BaseListboxStyle}" Focusable="False"
KeyboardNavigation.DirectionalNavigation="Cycle" SelectionMode="Single"
VirtualizingStackPanel.IsVirtualizing="True" VirtualizingStackPanel.VirtualizationMode="Standard"
SelectionChanged="OnSelectionChanged"
@@ -26,7 +26,7 @@
-
@@ -41,22 +41,21 @@
+ Grid.Row="1" x:Name="SubTitle" Text="{Binding SubTitle}" />
-
-
-
-
-
+
+
+
@@ -64,11 +63,11 @@