mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
mic tooltip clarification
This commit is contained in:
parent
bf4ed63eac
commit
bee6c95650
|
@ -77,7 +77,7 @@ GenericChatForm::GenericChatForm(QWidget *parent) :
|
||||||
volButton->setToolTip(tr("Toggle speakers volume"));
|
volButton->setToolTip(tr("Toggle speakers volume"));
|
||||||
micButton = new QPushButton();
|
micButton = new QPushButton();
|
||||||
micButton->setFixedSize(25,20);
|
micButton->setFixedSize(25,20);
|
||||||
micButton->setToolTip(tr("Toggle microphone"));
|
micButton->setToolTip(tr("Toggle microphone: RED is OFF"));
|
||||||
|
|
||||||
footButtonsSmall->setSpacing(2);
|
footButtonsSmall->setSpacing(2);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user