mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-21 15:27:55 +08:00
d9597d5ad5
* Tweaked the shadows so it's conform to Windows standards. Fixed margins so UI elements are more aligned * Fix
15 lines
290 B
C#
15 lines
290 B
C#
using System.Windows.Controls;
|
|
|
|
namespace PowerLauncher
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for ResultList.xaml
|
|
/// </summary>
|
|
public partial class ResultList : UserControl
|
|
{
|
|
public ResultList()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |