mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix #752
This commit is contained in:
parent
89e90d0734
commit
ed76d1621e
|
@ -127,10 +127,12 @@ GenericChatForm::GenericChatForm(QWidget *parent) :
|
||||||
headLayout->addWidget(videoButton);
|
headLayout->addWidget(videoButton);
|
||||||
headLayout->setSpacing(0);
|
headLayout->setSpacing(0);
|
||||||
|
|
||||||
|
volMicLayout->addStretch();
|
||||||
volMicLayout->addSpacing(1);
|
volMicLayout->addSpacing(1);
|
||||||
volMicLayout->addWidget(micButton);
|
volMicLayout->addWidget(micButton);
|
||||||
volMicLayout->addSpacing(2);
|
volMicLayout->addSpacing(2);
|
||||||
volMicLayout->addWidget(volButton);
|
volMicLayout->addWidget(volButton);
|
||||||
|
volMicLayout->addStretch();
|
||||||
|
|
||||||
headTextLayout->addStretch();
|
headTextLayout->addStretch();
|
||||||
headTextLayout->addWidget(nameLabel);
|
headTextLayout->addWidget(nameLabel);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user