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

Merge branch 'pr763'

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-11-15 19:50:30 +01:00
commit 8dda035a64
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -68,16 +68,16 @@ GenericChatForm::GenericChatForm(QWidget *parent) :
fileButton->setToolTip(tr("Send file(s)"));
callButton = new QPushButton();
callButton->setFixedSize(50,40);
callButton->setToolTip(tr("Audio call"));
callButton->setToolTip(tr("Audio call: RED means you're on a call"));
videoButton = new QPushButton();
videoButton->setFixedSize(50,40);
videoButton->setToolTip(tr("Video call"));
videoButton->setToolTip(tr("Video call: RED means you're on a call"));
volButton = new QPushButton();
volButton->setFixedSize(25,20);
volButton->setToolTip(tr("Toggle speakers volume"));
volButton->setToolTip(tr("Toggle speakers volume: RED is OFF"));
micButton = new QPushButton();
micButton->setFixedSize(25,20);
micButton->setToolTip(tr("Toggle microphone"));
micButton->setToolTip(tr("Toggle microphone: RED is OFF"));
footButtonsSmall->setSpacing(2);