diff --git a/MinecraftLauncher/Windows/Login.xaml b/MinecraftLauncher/Windows/Login.xaml
index 364ae36..25988a4 100644
--- a/MinecraftLauncher/Windows/Login.xaml
+++ b/MinecraftLauncher/Windows/Login.xaml
@@ -8,28 +8,36 @@
xmlns:Behaviours="clr-namespace:MahApps.Metro.Behaviours;assembly=MahApps.Metro"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- Width="500" Height="255" >
-
-
-
-
-
-
-
-
-
-
-
- Was soll ich nehmen?
-
-
-
-
- Passwort vergessen?
-
-
-
-
+ Width="500" Height="360" >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Was soll ich nehmen?
+
+
+
+
+
+
+ Passwort vergessen?
+
+
+
+
+
+
-
+
diff --git a/MinecraftLauncher/Windows/MainWindow.xaml b/MinecraftLauncher/Windows/MainWindow.xaml
index bbbc919..7507a40 100644
--- a/MinecraftLauncher/Windows/MainWindow.xaml
+++ b/MinecraftLauncher/Windows/MainWindow.xaml
@@ -141,7 +141,7 @@
-
+
@@ -159,7 +159,6 @@
-
@@ -167,13 +166,9 @@
+
-
-
-
-
-
@@ -194,13 +189,13 @@
+
+
+
-
-
-
diff --git a/MinecraftLauncher/Windows/MainWindow.xaml.vb b/MinecraftLauncher/Windows/MainWindow.xaml.vb
index 4b57319..fc8161f 100644
--- a/MinecraftLauncher/Windows/MainWindow.xaml.vb
+++ b/MinecraftLauncher/Windows/MainWindow.xaml.vb
@@ -1188,16 +1188,6 @@ Public Class MainWindow
End If
End Function
- Public Function RamCheck() As Integer
- 'If GetJavaPath() = "64" Then
- Dim cbram_selecteditem As String = cb_ram.SelectedItem.ToString()
- Dim ram_i As Integer = Val(cbram_selecteditem.First)
- Return ram_i * 1024
- 'Else
- 'Return 1024
- 'End If
- End Function
-
Private Sub wcversionsdownload_DownloadProgressChanged(sender As Object, e As DownloadProgressChangedEventArgs) Handles wcversionsdownload.DownloadProgressChanged
pb_download_Value(e.ProgressPercentage)
End Sub