mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
8dcf5ef6f3
commit
2ba994c73a
|
@ -57,10 +57,12 @@ GroupChatForm::GroupChatForm(Group* chatGroup)
|
|||
|
||||
headTextLayout->addWidget(nusersLabel);
|
||||
headTextLayout->addWidget(namesList);
|
||||
headTextLayout->setMargin(0);
|
||||
headTextLayout->setSpacing(0);
|
||||
headTextLayout->addStretch();
|
||||
|
||||
nameLabel->setMinimumHeight(12);
|
||||
nusersLabel->setMinimumHeight(12);
|
||||
namesList->setMinimumHeight(12);
|
||||
|
||||
connect(sendButton, SIGNAL(clicked()), this, SLOT(onSendTriggered()));
|
||||
connect(msgEdit, SIGNAL(enterPressed()), this, SLOT(onSendTriggered()));
|
||||
connect(msgEdit, &ChatTextEdit::tabPressed, tabber, &TabCompleter::complete);
|
||||
|
|
|
@ -1,14 +1,17 @@
|
|||
#nameLabel {
|
||||
color: @black;
|
||||
font: @mediumBold;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#statusLabel {
|
||||
color: @mediumGrey;
|
||||
font: @medium;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#peersLabel {
|
||||
color: @mediumGrey;
|
||||
font: @medium;
|
||||
font-size:12px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user