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(nusersLabel);
|
||||||
headTextLayout->addWidget(namesList);
|
headTextLayout->addWidget(namesList);
|
||||||
headTextLayout->setMargin(0);
|
|
||||||
headTextLayout->setSpacing(0);
|
|
||||||
headTextLayout->addStretch();
|
headTextLayout->addStretch();
|
||||||
|
|
||||||
|
nameLabel->setMinimumHeight(12);
|
||||||
|
nusersLabel->setMinimumHeight(12);
|
||||||
|
namesList->setMinimumHeight(12);
|
||||||
|
|
||||||
connect(sendButton, SIGNAL(clicked()), this, SLOT(onSendTriggered()));
|
connect(sendButton, SIGNAL(clicked()), this, SLOT(onSendTriggered()));
|
||||||
connect(msgEdit, SIGNAL(enterPressed()), this, SLOT(onSendTriggered()));
|
connect(msgEdit, SIGNAL(enterPressed()), this, SLOT(onSendTriggered()));
|
||||||
connect(msgEdit, &ChatTextEdit::tabPressed, tabber, &TabCompleter::complete);
|
connect(msgEdit, &ChatTextEdit::tabPressed, tabber, &TabCompleter::complete);
|
||||||
|
|
|
@ -1,14 +1,17 @@
|
||||||
#nameLabel {
|
#nameLabel {
|
||||||
color: @black;
|
color: @black;
|
||||||
font: @mediumBold;
|
font: @mediumBold;
|
||||||
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#statusLabel {
|
#statusLabel {
|
||||||
color: @mediumGrey;
|
color: @mediumGrey;
|
||||||
font: @medium;
|
font: @medium;
|
||||||
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#peersLabel {
|
#peersLabel {
|
||||||
color: @mediumGrey;
|
color: @mediumGrey;
|
||||||
font: @medium;
|
font: @medium;
|
||||||
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user