mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
Fixed a lot of line issues, few auto
This commit is contained in:
@@ -61,7 +61,10 @@ namespace FancyZonesEditor
|
||||
}
|
||||
}
|
||||
|
||||
public Panel PreviewPanel { get { return Body; } }
|
||||
public Panel PreviewPanel
|
||||
{
|
||||
get { return Body; }
|
||||
}
|
||||
|
||||
private void OnLoaded(object sender, RoutedEventArgs e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user