From fc3a369d3dff398f74b9e655cb15100f0e3f036c Mon Sep 17 00:00:00 2001 From: bao-qian Date: Sun, 21 Feb 2016 13:53:20 +0000 Subject: [PATCH] ResultPanel -> ResultListBox, part 1 part of refactoring for PR #494 --- Wox/{ResultPanel.xaml => ResultListBox.xaml} | 0 Wox/{ResultPanel.xaml.cs => ResultListBox.xaml.cs} | 0 Wox/Wox.csproj | 10 +++++----- 3 files changed, 5 insertions(+), 5 deletions(-) rename Wox/{ResultPanel.xaml => ResultListBox.xaml} (100%) rename Wox/{ResultPanel.xaml.cs => ResultListBox.xaml.cs} (100%) diff --git a/Wox/ResultPanel.xaml b/Wox/ResultListBox.xaml similarity index 100% rename from Wox/ResultPanel.xaml rename to Wox/ResultListBox.xaml diff --git a/Wox/ResultPanel.xaml.cs b/Wox/ResultListBox.xaml.cs similarity index 100% rename from Wox/ResultPanel.xaml.cs rename to Wox/ResultListBox.xaml.cs diff --git a/Wox/Wox.csproj b/Wox/Wox.csproj index 5f45652b01..13edf3ec8c 100644 --- a/Wox/Wox.csproj +++ b/Wox/Wox.csproj @@ -128,6 +128,9 @@ + + ResultListBox.xaml + @@ -169,9 +172,6 @@ Msg.xaml - - ResultPanel.xaml - SettingWindow.xaml @@ -243,9 +243,9 @@ Designer MSBuild:Compile - - Designer + MSBuild:Compile + Designer Designer