Skip to content

Commit

Permalink
Add Padding to LayoutStub
Browse files Browse the repository at this point in the history
  • Loading branch information
hartez authored and Jonathan Dick committed Jul 21, 2021
1 parent 9bb8947 commit ad8d581
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Core/tests/DeviceTests/Stubs/LayoutStub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ public void Remove(IView child)
{
_children.Remove(child);
}

public Thickness Padding { get; set; }
}
}

0 comments on commit ad8d581

Please sign in to comment.