mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge branch 'pr521'
This commit is contained in:
commit
2401654009
@ -59,7 +59,7 @@ GenericChatForm::GenericChatForm(QWidget *parent) :
|
|||||||
|
|
||||||
// Setting the sizes in the CSS doesn't work (glitch with high DPIs)
|
// Setting the sizes in the CSS doesn't work (glitch with high DPIs)
|
||||||
fileButton = new QPushButton();
|
fileButton = new QPushButton();
|
||||||
fileButton->setToolTip(tr("Send a file"));
|
fileButton->setToolTip(tr("Send file(s)"));
|
||||||
callButton = new QPushButton();
|
callButton = new QPushButton();
|
||||||
callButton->setFixedSize(50,40);
|
callButton->setFixedSize(50,40);
|
||||||
callButton->setToolTip(tr("Audio call"));
|
callButton->setToolTip(tr("Audio call"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user