nicer chat on OSes with toolbar on the left like e.g. in "unity"

This commit is contained in:
filux 2015-02-07 02:24:30 +01:00
parent a2ab462236
commit c4d2368468
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ ChatManager::ChatManager() {
teamMode= false;
thisTeamIndex= -1;
disableTeamMode = false;
xPos=25;
xPos=75;
yPos=155;
maxTextLenght=90;
textCharLength.clear();

View File

@ -35,7 +35,7 @@ Console::Console() {
maxStoredLines = Config::getInstance().getInt("ConsoleMaxLinesStored");
timeout = Config::getInstance().getInt("ConsoleTimeout");
timeElapsed = 0.0f;
xPos=10;
xPos=20;
yPos=20;
lineHeight=Config::getInstance().getInt("FontConsoleBaseSize","18")+2;
font=CoreData::getInstance().getConsoleFont();