This commit is contained in:
Sem van der Hoeven
2020-10-23 21:14:26 +02:00
2 changed files with 0 additions and 3 deletions

View File

@@ -198,7 +198,6 @@ namespace Client.ViewModels
{
this.window.CanvasForPaint.Children.Clear();
});
}
private void ChatBox_KeyDown()

View File

@@ -25,7 +25,5 @@
<TextBox Name="usernameTextbox" Grid.Row="1" Grid.Column="1" MaxLength="69" FontSize="30" VerticalAlignment="Center" HorizontalAlignment="Left" Width="250"/>
<Button Name="LoginButton" Content="ENTER" Grid.Column="1" Grid.Row="1" VerticalAlignment="Center" HorizontalAlignment="Right" Width="100" Height="40" Click="Button_EnterUsername"/>
<Label Grid.Row="3" Grid.Column="0" Content="Tip of the century: base64 != UTF8!" FontSize="20" FontWeight="Bold"/>
</Grid>
</Window>