HeightSpecification = 100,
};
- var passwordItem = new DefaultLinearItem();
+ var passwordItem = new DefaultLinearItem();
var wpsButtonItem = new DefaultLinearItem();
var passwordField = new TextField()
var wpsButton = new Button()
{
Text = Resources.IDS_WIFI_OPT_WPS,
+ WidthSpecification = 100,
+ HeightSpecification = 50,
};
wpsButton.Clicked += OnWpsClicked;
passwordItem.Add(passwordField);
- wpsButtonItem.Add(wpsButton);
+ //wpsButtonItem.Add(wpsButton);
connectView.Add(passwordItem);
- connectView.Add(wpsButtonItem);
+ //connectView.Add(wpsButtonItem);
var cancelButton = new Button()
{
{
Title = mAp.Essid,
Content = connectView,
- Actions = new View[] { cancelButton, connectButton },
+ Actions = new View[] { cancelButton, connectButton, wpsButton },
};
}
{
Size = new Size(1000, 700),
HorizontalAlignment = HorizontalAlignment.Begin,
- PointSize = 15.0f,
+ PointSize = 12.0f,
};
var progress = new Progress()
Size = new Size(1000, 700),
};
text.HorizontalAlignment = HorizontalAlignment.Begin;
- text.PointSize = 15.0f;
+ text.PointSize = 12.0f;
var progress = new Progress()
{