mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Change file sending button tooltip to indicate ability to select and send multiple files
This commit is contained in:
parent
3607240152
commit
2297739dd5
|
@ -59,7 +59,7 @@ GenericChatForm::GenericChatForm(QWidget *parent) :
|
|||
|
||||
// Setting the sizes in the CSS doesn't work (glitch with high DPIs)
|
||||
fileButton = new QPushButton();
|
||||
fileButton->setToolTip(tr("Send a file"));
|
||||
fileButton->setToolTip(tr("Send file(s)"));
|
||||
callButton = new QPushButton();
|
||||
callButton->setFixedSize(50,40);
|
||||
callButton->setToolTip(tr("Audio call"));
|
||||
|
|
Loading…
Reference in New Issue
Block a user