Remove the reserved space gap for the typing notifications

This commit is contained in:
Konstantinos Sideris 2018-08-09 18:20:17 +03:00
parent aec5587947
commit d4c3dac28f
6 changed files with 44 additions and 19 deletions

View file

@ -477,6 +477,8 @@ TextInputWidget::TextInputWidget(QWidget *parent)
setFixedHeight(widgetHeight);
input_->setFixedHeight(textInputHeight);
emit heightChanged(widgetHeight);
});
connect(input_, &FilteredTextEdit::showSuggestions, this, [this](const QString &q) {
if (q.isEmpty() || !cache::client())