Skip to content

Commit 370bb0a

Browse files
committed
Merge branch 'Fix/39-CornersAreOffInCardPage' into develop
2 parents 4e3729a + cb47e09 commit 370bb0a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NControl.Controls/NControl.Controls.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata minClientVersion="2.8.1">
44
<id>NControl.Controls</id>
5-
<version>0.9.4.0</version>
5+
<version>0.9.4.1</version>
66
<authors>Christian Falch</authors>
77
<owners>Christian Falch</owners>
88
<licenseUrl>https://github.com/chrfalch/NControl.Controls/blob/master/LICENSE.md</licenseUrl>

NControl.Controls/NControl.Controls/CardPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public CardPage()
9494
// Card
9595
_contentView = new RoundCornerView {
9696
BackgroundColor = Color.White,
97-
CornerRadius = 4,
97+
CornerRadius = 2,
9898
};
9999

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

0 commit comments

Comments
 (0)