Fixing blank lines

This commit is contained in:
Clint Rutkas
2019-12-12 13:26:02 -08:00
parent 826858c170
commit de64b33bb8
13 changed files with 159 additions and 63 deletions

View File

@@ -53,6 +53,7 @@ namespace FancyZonesEditor
{
Body.Margin = new Thickness(0);
}
if (_model is GridLayoutModel)
{
RenderPreview();
@@ -135,6 +136,7 @@ namespace FancyZonesEditor
span++;
walk++;
}
Grid.SetRowSpan(rect, span);
span = 1;
@@ -144,6 +146,7 @@ namespace FancyZonesEditor
span++;
walk++;
}
Grid.SetColumnSpan(rect, span);
rect.Margin = margin;