Remove the reserved space gap for the typing notifications
This commit is contained in:
parent
aec5587947
commit
d4c3dac28f
6 changed files with 44 additions and 19 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue