Change Wifi button styles
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Mon, 25 Jan 2021 05:48:20 +0000 (06:48 +0100)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Mon, 25 Jan 2021 05:48:20 +0000 (06:48 +0100)
Change-Id: I47a2a8d12bf74d38b3102fd3652f7aa8fc031a47

Oobe/Oobe.Wifi/Controls/Wifi/ButtonStyles.cs

index 356e3534179a097e0c482f1f898f68143ab2a331..f7c82c098744e449396e0771e20847403579f62f 100644 (file)
@@ -49,11 +49,7 @@ namespace Oobe.Wifi.Controls.Wifi
             },
             Text = new TextLabelStyle
             {
-                PointSize = new Selector<float?>
-                {
-                    Normal = 22.0f,
-                    Pressed = 24.0f,
-                },
+                PixelSize = 22.0f,
                 EnableMarkup = true,
                 TranslatableText = "WIFI_CANCEL",
                 TextColor = new Selector<Color>
@@ -118,11 +114,7 @@ namespace Oobe.Wifi.Controls.Wifi
             },
             Text = new TextLabelStyle
             {
-                PointSize = new Selector<float?>
-                {
-                    Normal = 22.0f,
-                    Pressed = 24.0f,
-                },
+                PixelSize = 22.0f,
                 TextColor = Color.White,
                 TranslatableText = "WIFI_OK",
                 FontFamily = GetNavigationFont(),