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:
parent
fb7fcaaa8c
commit
c7d485f515
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user