diff options
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r-- | src/gui/chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index d642459c..6b8854ca 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -34,7 +34,7 @@ ChatWindow::ChatWindow(const char *logfile, int item_num): items = 0; items_keep = item_num; - setSize(600, 100); + setContentSize(600, 100); chatInput = new TextField(); chatInput->setPosition( |