summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/TizenPlatformServices.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/TizenPlatformServices.cs')
-rw-r--r--Xamarin.Forms.Platform.Tizen/TizenPlatformServices.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/TizenPlatformServices.cs b/Xamarin.Forms.Platform.Tizen/TizenPlatformServices.cs
index 7d442318..db7ee1de 100644
--- a/Xamarin.Forms.Platform.Tizen/TizenPlatformServices.cs
+++ b/Xamarin.Forms.Platform.Tizen/TizenPlatformServices.cs
@@ -82,14 +82,14 @@ namespace Xamarin.Forms.Platform.Tizen
switch (size)
{
case NamedSize.Micro:
- return 16;
+ return 10;
case NamedSize.Small:
- return 20;
+ return 12;
case NamedSize.Default:
case NamedSize.Medium:
- return 24;
+ return 14;
case NamedSize.Large:
- return 30;
+ return 18;
default:
throw new ArgumentOutOfRangeException();
}