btn.Text = text;\r
btn.PointSize = _pointSize;\r
float buttonWidth = ManualTest.IsMobile() ? Window.Instance.Size.Width * 0.18f : Window.Instance.Size.Width * 0.06f;\r
+ if (ManualTest.IsEmulator())\r
+ {\r
+ buttonWidth = Window.Instance.Size.Width * 0.18f;\r
+ }\r
btn.Size = new Size(buttonWidth, Window.Instance.Size.Height * 0.046f);\r
btn.TextColor = new Color(0, 0, 0, 1);\r
btn.ImageShadow = new ImageShadow\r
_notRun.PointSize = _pointSize;\r
_notRun.Text = "Not Run";\r
float buttonWidth = ManualTest.IsMobile() ? Window.Instance.Size.Width * 0.18f : Window.Instance.Size.Width * 0.06f;\r
+ if (ManualTest.IsEmulator())\r
+ {\r
+ buttonWidth = Window.Instance.Size.Width * 0.18f;\r
+ }\r
_notRun.Size = new Size(buttonWidth, Window.Instance.Size.Height * 0.046f);\r
\r
_passButton = new Button();\r