Alignment fix

This commit is contained in:
DawnFire42 2026-05-23 23:18:38 -04:00
parent b18bae5e05
commit 20c8bc1c1e
No known key found for this signature in database
GPG key ID: 24BB855EE2911B33

View file

@ -299,7 +299,8 @@ QString GameView::buildSubtypeCountText() const
.arg(namePadding, name, countPadding, count); .arg(namePadding, name, countPadding, count);
} }
return lines.join(QStringLiteral("<br>")); return QStringLiteral("<span style='font-family: monospace;'>") + lines.join(QStringLiteral("<br>")) +
QStringLiteral("</span>");
} }
void GameView::updateSelectionCount(const QSize &viewSize) void GameView::updateSelectionCount(const QSize &viewSize)