From add62901031e1c981d98779536a0ad16ceddf897 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Tue, 25 Jan 2005 22:25:29 +0000 Subject: *** empty log message *** --- src/graphic/graphic.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/graphic') diff --git a/src/graphic/graphic.cpp b/src/graphic/graphic.cpp index c5bed789..8cd117b9 100644 --- a/src/graphic/graphic.cpp +++ b/src/graphic/graphic.cpp @@ -235,7 +235,7 @@ Engine::Engine() // Create dialogs statusWindow = new StatusWindow(); - statusWindow->setPosition(screen->w - statusWindow->getWidth() - 10, 10); + statusWindow->setPosition(screen->w - statusWindow->getWidth(), 0); buyDialog = new BuyDialog(); buyDialog->setVisible(false); @@ -262,7 +262,6 @@ Engine::Engine() statsWindow = new StatsWindow(); statsWindow->setVisible(false); - // Give focus to the chat input chatInput->requestFocus(); -- cgit v1.2.3-60-g2f50