ResultPanel -> ResultListBox, part 2

part of refactoring for PR #494
This commit is contained in:
bao-qian
2016-02-21 14:22:34 +00:00
parent 0aeba7c5af
commit 0e6cd0f72a
6 changed files with 38 additions and 45 deletions

View File

@@ -149,7 +149,7 @@
<RowDefinition/>
</Grid.RowDefinitions>
<TextBox Text="{DynamicResource helloWox}" IsReadOnly="True" Style="{DynamicResource QueryBoxStyle}" Grid.Row="0"/>
<wox:ResultPanel Grid.Row="1" x:Name="resultPanelPreview"/>
<wox:ResultListBox Grid.Row="1" x:Name="ResultListBoxPreview"/>
</Grid>
</Border>
</StackPanel>