change some gui elements

This commit is contained in:
DenioD
2020-05-21 21:32:45 +02:00
parent 7e0748dd24
commit 747580151a
7 changed files with 74 additions and 25 deletions

View File

@@ -1080,14 +1080,14 @@ void MainWindow::setupchatTab() {
});
ui->memoTxtChat->setLenDisplayLabel(ui->memoSize);// Todo -> activate lendisplay for chat
ui->memoTxtChat->setLenDisplayLabel(ui->memoSizeChat);
}
void MainWindow::updateChat()
{
rpc->refreshChat(ui->listChat,ui->memoSize);
rpc->refreshChat(ui->listChat,ui->memoSizeChat);
rpc->refresh(true);