mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
wrapping up everything minus var renaming (#5952)
This commit is contained in:
@@ -27,7 +27,7 @@ namespace PowerLauncher
|
||||
BitmapImage image = GetImageFromPath(ImageLoader.ErrorIconPath);
|
||||
if (image != null)
|
||||
{
|
||||
this.Icon = image;
|
||||
Icon = image;
|
||||
}
|
||||
|
||||
ErrorTextbox.Document.Blocks.FirstBlock.Margin = new Thickness(0);
|
||||
|
||||
Reference in New Issue
Block a user