summary refs log tree commit diff
path: root/src/TextInputWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/TextInputWidget.cpp')
-rw-r--r--src/TextInputWidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/TextInputWidget.cpp b/src/TextInputWidget.cpp

index f3b0f4be..9a58ed59 100644 --- a/src/TextInputWidget.cpp +++ b/src/TextInputWidget.cpp
@@ -501,6 +501,7 @@ TextInputWidget::TextInputWidget(QWidget *parent) sendMessageBtn_->setIconSize(QSize(ButtonHeight, ButtonHeight)); emojiBtn_ = new emoji::PickButton(this); + emojiBtn_->setToolTip(tr("Emoji")); QIcon emoji_icon; emoji_icon.addFile(":/icons/icons/ui/smile.png");