Changing password popup size 89/252989/3
authork.stepaniuk <k.stepaniuk@samsung.com>
Wed, 3 Feb 2021 19:16:10 +0000 (20:16 +0100)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Fri, 5 Feb 2021 12:22:01 +0000 (12:22 +0000)
Change-Id: Ie3905bafb5a83d443f58c8447951820034d9bfc2
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Oobe/Oobe.Wifi/Controls/Wifi/WifiPasswordPopup.cs

index 37a97ed51747b9d39a05494284e1ab6d648c75c8..36423a753f9b52b7b81ea3261680288d7f8b0186 100644 (file)
@@ -41,14 +41,14 @@ namespace Oobe.Wifi.Controls.Wifi
         public WifiPasswordPopup(Tizen.Network.WiFi.WiFiAP wifiAp)
         {
             BackgroundImage = backgroundImagePath;
-            Size = new Size(808, 304);
+            Size = new Size(808, 271);
             Position = new Position(new Position2D(236, 116));
             this.wifiAp = wifiAp;
 
             this.Add(new View() // underline
             {
                 Size = new Size(672, 1),
-                Position = new Position(40, 117),
+                Position = new Position(40, 116),
                 BackgroundColor = new Color(0xC3 / 255.0f, 0xCA / 255.0f, 0xD2 / 255.0f, 1.0f),
             });
 
@@ -71,7 +71,7 @@ namespace Oobe.Wifi.Controls.Wifi
             passwordEntry = new PasswordEntry()
             {
                 Size = new Size(624, 27),
-                Position = new Position(40, 91),
+                Position = new Position(40, 90),
                 MaxLength = MaxPasswordLength,
                 PixelSize = 22,
                 TextColor = new Color(0, 0x0C / 255.0f, 0x2B / 255.0f, 1.0f),