aboutsummaryrefslogtreecommitdiff
path: root/src/client/gameui.cpp
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-07-26 15:35:02 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-07-26 15:35:02 +0200
commit344fddc1727f637b3c4e2a9b88844d952b91fe4f (patch)
treeaa17da8993a2d0245f12725623f7bb49b5a0f33e /src/client/gameui.cpp
parent678559bb63ac0b0c0ae412d86c695844a63be1cb (diff)
downloaddragonfireclient-344fddc1727f637b3c4e2a9b88844d952b91fe4f.tar.xz
Improved Killaura and Chat position
Diffstat (limited to 'src/client/gameui.cpp')
-rw-r--r--src/client/gameui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/gameui.cpp b/src/client/gameui.cpp
index 239e518f7..a20c2c40d 100644
--- a/src/client/gameui.cpp
+++ b/src/client/gameui.cpp
@@ -223,7 +223,7 @@ void GameUI::setChatText(const EnrichedString &chat_text, u32 recent_chat_count)
const v2u32 &window_size = RenderingEngine::get_instance()->getWindowSize();
- s32 chat_y = window_size.Y - 100 - m_guitext_chat->getTextHeight();
+ s32 chat_y = window_size.Y - 150 - m_guitext_chat->getTextHeight();
if (m_flags.show_debug)
chat_y += 2 * g_fontengine->getLineHeight();