summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/chat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp
index b1b8e0c93..b2f51a5e6 100644
--- a/src/gui/chat.cpp
+++ b/src/gui/chat.cpp
@@ -175,7 +175,7 @@ ChatWindow::ChatWindow():
loadWindowState();
mColorPicker->setPosition(this->getWidth() - mColorPicker->getWidth()
- - 2*getPadding() - 8, getPadding());
+ - 2*getPadding() - 8 - 16, getPadding());
// Add key listener to chat input to be able to respond to up/down
mChatInput->addKeyListener(this);
@@ -297,7 +297,7 @@ void ChatWindow::adjustTabSize()
}
mColorPicker->setPosition(this->getWidth() - mColorPicker->getWidth()
- - 2*getPadding() - 8, getPadding());
+ - 2*getPadding() - 8 - 16, getPadding());
}