mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-11 18:46:08 -05:00
Alignment fix
This commit is contained in:
@@ -301,7 +301,8 @@ QString GameView::buildSubtypeCountText() const
|
||||
.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::updateTotalSelectionCount(const QSize &viewSize)
|
||||
|
||||
Reference in New Issue
Block a user