mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
whitespace changes (#5750)
This commit is contained in:
@@ -25,10 +25,11 @@ namespace PowerLauncher
|
||||
{
|
||||
InitializeComponent();
|
||||
BitmapImage image = GetImageFromPath(ImageLoader.ErrorIconPath);
|
||||
if(image != null)
|
||||
if (image != null)
|
||||
{
|
||||
this.Icon = image;
|
||||
}
|
||||
|
||||
ErrorTextbox.Document.Blocks.FirstBlock.Margin = new Thickness(0);
|
||||
SetException(exception);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user