mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-30 09:07:32 -04:00
added notification when distant chat has undelivered messages. Updated the text to remove technical terms such as tunnels
This commit is contained in:
parent
56fa3edd77
commit
ea9f88a32f
6 changed files with 124 additions and 53 deletions
|
@ -113,6 +113,7 @@ ChatWidget::ChatWidget(QWidget *parent)
|
|||
ui->searchButton->setIconSize(iconSize);
|
||||
ui->sendButton->setFixedHeight(iconHeight);
|
||||
ui->sendButton->setIconSize(iconSize);
|
||||
ui->typingLabel->setMaximumHeight(QFontMetricsF(font()).height()*1.2);
|
||||
|
||||
//Initialize search
|
||||
iCharToStartSearch=Settings->getChatSearchCharToStartSearch();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue