From cb47e0943e6613e2a81c5576e86a7a9b9ee9f396 Mon Sep 17 00:00:00 2001 From: Christian Falch Date: Sun, 12 Feb 2017 12:47:36 +0100 Subject: [PATCH] Changed corner radius for content container from 4 -> 2. - Updated nuspec file Closes #39 --- NControl.Controls/NControl.Controls.nuspec | 2 +- NControl.Controls/NControl.Controls/CardPage.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NControl.Controls/NControl.Controls.nuspec b/NControl.Controls/NControl.Controls.nuspec index 6503ab8..11590f5 100644 --- a/NControl.Controls/NControl.Controls.nuspec +++ b/NControl.Controls/NControl.Controls.nuspec @@ -2,7 +2,7 @@ NControl.Controls - 0.9.4.0 + 0.9.4.1 Christian Falch Christian Falch https://github.com/chrfalch/NControl.Controls/blob/master/LICENSE.md diff --git a/NControl.Controls/NControl.Controls/CardPage.cs b/NControl.Controls/NControl.Controls/CardPage.cs index 9fdd82b..f60c7dc 100644 --- a/NControl.Controls/NControl.Controls/CardPage.cs +++ b/NControl.Controls/NControl.Controls/CardPage.cs @@ -94,7 +94,7 @@ public CardPage() // Card _contentView = new RoundCornerView { BackgroundColor = Color.White, - CornerRadius = 4, + CornerRadius = 2, }; _layout.Children.Add(_overlay, () => _layout.Bounds);