GUI: Forgot to reset the console rows

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4148 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson 2009-09-01 20:23:05 +00:00
parent 28495eae47
commit 08296f8d07
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ void ConsoleListener::Open(bool Hidden, int Width, int Height, const char *Title
// Set the console window title // Set the console window title
SetConsoleTitle(Title); SetConsoleTitle(Title);
// Set letter space // Set letter space
LetterSpace(80, 1000); LetterSpace(80, 4000);
//MoveWindow(GetConsoleWindow(), 200,200, 800,800, true); //MoveWindow(GetConsoleWindow(), 200,200, 800,800, true);
} }
else else