diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-25 23:28:37 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-25 23:28:37 +0300 |
commit | 899249a4851c725717bdac75a06b8f5b47782872 (patch) | |
tree | 3d900939fc8379b0c794e4f0cc4eb0830a67ce69 /src/UserInfoWidget.cpp | |
parent | Use repaint instead of update on the loading animation (diff) | |
download | nheko-899249a4851c725717bdac75a06b8f5b47782872.tar.xz |
Add missing tooltips on buttons
fixes #249
Diffstat (limited to '')
-rw-r--r-- | src/UserInfoWidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/UserInfoWidget.cpp b/src/UserInfoWidget.cpp index 1470fc25..b2860028 100644 --- a/src/UserInfoWidget.cpp +++ b/src/UserInfoWidget.cpp @@ -75,6 +75,7 @@ UserInfoWidget::UserInfoWidget(QWidget *parent) buttonLayout_->setMargin(0); logoutButton_ = new FlatButton(this); + logoutButton_->setToolTip(tr("Logout")); logoutButton_->setCornerRadius(logoutButtonSize_ / 2); QIcon icon; |