diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-14 21:59:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-14 21:59:00 +0300 |
commit | 447729b01b7412833cc36e79f1ce9ebe15bf0e06 (patch) | |
tree | ac416d5b8432495c8812ccf463ce7869854e62e2 | |
parent | f43b3c4de32e049e087b4dec3c81c99307f46c1d (diff) | |
download | plus-447729b01b7412833cc36e79f1ce9ebe15bf0e06.tar.gz plus-447729b01b7412833cc36e79f1ce9ebe15bf0e06.tar.bz2 plus-447729b01b7412833cc36e79f1ce9ebe15bf0e06.tar.xz plus-447729b01b7412833cc36e79f1ce9ebe15bf0e06.zip |
Fix chat input field size if smiles button is hidden.
-rw-r--r-- | src/gui/windows/chatwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index 6c5219b01..d1d9370a1 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -299,6 +299,7 @@ void ChatWindow::adjustTabSize() } else { + mChatInput->setWidth(awFrame2); mChatButton->setVisible(false); } |