mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-24 07:33:54 -07:00
Alignment fix
This commit is contained in:
parent
b18bae5e05
commit
20c8bc1c1e
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue