|
|
|
@ -127,10 +127,12 @@ GenericChatForm::GenericChatForm(QWidget *parent) :
@@ -127,10 +127,12 @@ GenericChatForm::GenericChatForm(QWidget *parent) :
|
|
|
|
|
headLayout->addWidget(videoButton); |
|
|
|
|
headLayout->setSpacing(0); |
|
|
|
|
|
|
|
|
|
volMicLayout->addStretch(); |
|
|
|
|
volMicLayout->addSpacing(1); |
|
|
|
|
volMicLayout->addWidget(micButton); |
|
|
|
|
volMicLayout->addSpacing(2); |
|
|
|
|
volMicLayout->addWidget(volButton); |
|
|
|
|
volMicLayout->addStretch(); |
|
|
|
|
|
|
|
|
|
headTextLayout->addStretch(); |
|
|
|
|
headTextLayout->addWidget(nameLabel); |
|
|
|
|