From d4c3dac28f2afb7c8f675729ed91c56494928c43 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Thu, 9 Aug 2018 18:20:17 +0300 Subject: Remove the reserved space gap for the typing notifications --- src/TextInputWidget.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/TextInputWidget.cpp') diff --git a/src/TextInputWidget.cpp b/src/TextInputWidget.cpp index 9a58ed59..74ca072b 100644 --- a/src/TextInputWidget.cpp +++ b/src/TextInputWidget.cpp @@ -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()) -- cgit 1.5.1