Index: AE/Installer/trunk/source/main_window.cpp
===================================================================
--- AE/Installer/trunk/source/main_window.cpp	(revision 372)
+++ AE/Installer/trunk/source/main_window.cpp	(revision 373)
@@ -1275,8 +1275,4 @@
 void MainWindow::OnOptionsClick( wxCommandEvent& event )
 {
-
-
-
-
 	if (!event.GetInt() ) {
 		OptionsPanel->Hide(); 
@@ -1284,10 +1280,10 @@
 	else {
 //		Uncomment this when we release, it gets annoying if you are testing globalization a lot ;)
-		wxMessageDialog* YesNoDialog = new wxMessageDialog(this, 			"WARNING: These options are for advanced users only, use with caution.", "AE Installer Alert",  wxOK | wxICON_EXCLAMATION	, wxDefaultPosition);
+		wxMessageDialog* YesNoDialog = new wxMessageDialog(this, 			"WARNING: These options are for advanced users only, use with caution.",
+														   "AE Installer Alert",  wxOK | wxICON_EXCLAMATION	, wxDefaultPosition);
 		YesNoDialog->ShowModal();
 		OptionsPanel->Show();
-		this->SetSize(this->GetRect().GetWidth(), this->GetRect().GetHeight()+OptionsPanel->GetRect().GetHeight());
-	}
-	
+		this->SetSize(this->GetRect().GetWidth(), this->GetRect().GetHeight()+OptionsPanel->GetRect().GetHeight()+2);
+	}
 }
 
