mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 04:23:55 -07:00
parent
d0088f6a18
commit
c0e7d0c7c7
1 changed files with 0 additions and 2 deletions
|
|
@ -80,8 +80,6 @@ void AbstractCardItem::transformPainter(QPainter *painter, const QSizeF &transla
|
||||||
int fontSize = round(translatedSize.height() / 8);
|
int fontSize = round(translatedSize.height() / 8);
|
||||||
if (fontSize < 9)
|
if (fontSize < 9)
|
||||||
fontSize = 9;
|
fontSize = 9;
|
||||||
if (fontSize > 10)
|
|
||||||
fontSize = 10;
|
|
||||||
f.setPixelSize(fontSize);
|
f.setPixelSize(fontSize);
|
||||||
|
|
||||||
painter->setFont(f);
|
painter->setFont(f);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue