Skip to content
Snippets Groups Projects
Commit 5383c458 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

Git: Use bold instead of italic for decorated commits


Italic is harder to read, especially when there are many of them

Change-Id: I15bf054356a996308820e5c7969041933aeb538a
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent f1a622a7
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ bool LogChangeDialog::populateLog(const QString &repository)
item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable);
if (line.endsWith(QLatin1Char(')'))) {
QFont font = item->font();
font.setItalic(true);
font.setBold(true);
item->setFont(font);
}
row.push_back(item);
......
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