PowerToys/src/modules/launcher/PowerLauncher/ResultList.xaml.cs
Niels Laute d9597d5ad5
[Run] Minor UX tweaks (#4526)
* Tweaked the shadows so it's conform to Windows standards. Fixed margins so UI elements are more aligned

* Fix
2020-06-26 16:12:26 -07:00

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();
}
}
}