updates and bugfixes

This commit is contained in:
Michele Scandura 2020-11-19 16:04:26 +00:00
parent 19f1084d5f
commit 22233f8c6e
8 changed files with 85 additions and 32 deletions

View file

@ -1,4 +1,4 @@
/* Generated by MyraPad at 18/11/2020 16:11:22 */
/* Generated by MyraPad at 19/11/2020 11:58:09 */
using Myra.Graphics2D;
using Myra.Graphics2D.TextureAtlases;
using Myra.Graphics2D.UI;
@ -32,7 +32,7 @@ namespace Sledgemapper.UI
horizontalStackPanel1.Widgets.Add(RdoRegister);
var label1 = new Label();
label1.Text = "Email";
label1.Text = "Username";
var label2 = new Label();
label2.Text = "Password";

View file

@ -10,7 +10,7 @@
<Proportion Type="Pixels" Value="80" />
<Proportion Type="Fill" />
</Grid.ColumnsProportions>
<Label Text="Email" />
<Label Text="Username" />
<Label Text="Password" GridRow="1" />
<TextBox GridColumn="1" Id="TxtEmail" />
<TextBox PasswordField="True" GridColumn="1" GridRow="1" Id="TxtPassword" />