Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Update Xamarin.Forms.Core/Expander.cs
Browse files Browse the repository at this point in the history
Co-Authored-By: Gerald Versluis <[email protected]>
  • Loading branch information
AndreiMisiukevich and jfversluis committed Dec 29, 2019
1 parent 05c8a00 commit 7dcddb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Xamarin.Forms.Core/Expander.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public Expander()
InternalChildren.Add(ExpanderLayout);
}

private StackLayout ExpanderLayout { get; }
StackLayout ExpanderLayout { get; }

public double Spacing
{
Expand Down Expand Up @@ -355,4 +355,4 @@ void InvokeAnimation()
});
}
}
}
}

0 comments on commit 7dcddb7

Please sign in to comment.