Skip to content
Snippets Groups Projects
Commit 806f84ec authored by Alberto Nidasio's avatar Alberto Nidasio Committed by Emilio Corigliano
Browse files

[OutgoingMessageViewer] Removed fixed colors

parent 73213ced
No related branches found
No related tags found
No related merge requests found
......@@ -269,8 +269,6 @@ void OutgoingMessagesViewerModule::addMessageToTable(
auto timestampTxt = new QTableWidgetItem(msg.first.toString("hh.mm.ss"));
auto elapsedTimeTxt = new QTableWidgetItem("-00.00.00");
auto msgName = new QTableWidgetItem(msg.second.getField("name").toString());
msgName->setBackground(QBrush(QColor(80, 80, 80)));
msgName->setForeground(QBrush(QColor(0, 0, 0)));
// Add a new row
table->insertRow(row);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment