Skip to content

Commit

Permalink
Merge branch 'Fix/39-CornersAreOffInCardPage' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
chrfalch committed Feb 12, 2017
2 parents 4e3729a + cb47e09 commit 370bb0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NControl.Controls/NControl.Controls.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>NControl.Controls</id>
<version>0.9.4.0</version>
<version>0.9.4.1</version>
<authors>Christian Falch</authors>
<owners>Christian Falch</owners>
<licenseUrl>https://github.com/chrfalch/NControl.Controls/blob/master/LICENSE.md</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion NControl.Controls/NControl.Controls/CardPage.cs
Expand Up @@ -94,7 +94,7 @@ public CardPage()
// Card
_contentView = new RoundCornerView {
BackgroundColor = Color.White,
CornerRadius = 4,
CornerRadius = 2,
};

_layout.Children.Add(_overlay, () => _layout.Bounds);
Expand Down

0 comments on commit 370bb0a

Please sign in to comment.