Update Android
This commit is contained in:
parent
af42364b37
commit
5d1ad1fe03
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ namespace MatterHackers.MatterControl
|
|||
"MatterControl was unable to connect to the Internet. Please check your Wifi connection and try again".Localize() + "...",
|
||||
textColor: ActiveTheme.Instance.PrimaryTextColor));
|
||||
|
||||
Button configureButton = whiteImageButtonFactory.Generate("Configure Wifi".Localize());
|
||||
Button configureButton = theme.WhiteButtonFactory.Generate("Configure Wifi".Localize());
|
||||
configureButton.Margin = new BorderDouble(0, 0, 10, 0);
|
||||
configureButton.Click += (s, e) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue