diff options
Diffstat (limited to 'src/engine.cpp')
-rw-r--r-- | src/engine.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine.cpp b/src/engine.cpp index ad6adda6..f1f06514 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -201,6 +201,8 @@ Engine::Engine() tradeWindow->setPosition(screen->w - statusWindow->getWidth() - tradeWindow->getWidth() - 10, chatWindow->getHeight() + 15); + buddyWindow->setPosition(10, + minimap->getHeight() + 30); requestTradeDialog->setPosition(screen->w - statusWindow->getWidth() - requestTradeDialog->getWidth() - 10, chatWindow->getHeight() + 15); |