1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

feat(capslockindicator): Added tooltip

This commit is contained in:
Diadlo 2016-05-11 12:28:49 +03:00
parent fb7fcaaa8c
commit c7d485f515
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727

View File

@ -82,6 +82,7 @@ LoginScreen::CapsLockIndicator::CapsLockIndicator(QWidget *parent) : QToolButton
setCursor(Qt::ArrowCursor);
move(inputSize.width() - inputSize.height(), 0);
setStyleSheet("border: none; padding: 0;");
setToolTip(tr("CAPS-LOCK ENABLED"));
}
void LoginScreen::CapsLockIndicator::show() {