Separator as background color
authork.stepaniuk <k.stepaniuk@samsung.com>
Fri, 27 Mar 2020 10:22:52 +0000 (11:22 +0100)
committerk.stepaniuk <k.stepaniuk@samsung.com>
Fri, 27 Mar 2020 10:23:51 +0000 (11:23 +0100)
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Oobe/OobeWifi/Controls/Wifi/WifiView.cs

index 2bd14db..92708d6 100644 (file)
@@ -45,7 +45,7 @@ namespace Oobe.Wifi.Controls.Wifi
             return new View()
             {
                 Size2D = new Size(400, 1),
-                BackgroundImage = System.IO.Path.Combine(NUIApplication.Current.DirectoryInfo.Resource, "Line_94.png"),
+                BackgroundColor = new Color(0xC3 / 255f, 0xCA / 255f, 0xD2 / 255f, 1.0f),
                 Margin = new Extents(40, 0, 0, 0),
             };
         }