diff --git a/cockatrice/src/abstractcarditem.cpp b/cockatrice/src/abstractcarditem.cpp index 5197f906..e2e19881 100644 --- a/cockatrice/src/abstractcarditem.cpp +++ b/cockatrice/src/abstractcarditem.cpp @@ -80,8 +80,6 @@ void AbstractCardItem::transformPainter(QPainter *painter, const QSizeF &transla int fontSize = round(translatedSize.height() / 8); if (fontSize < 9) fontSize = 9; - if (fontSize > 10) - fontSize = 10; f.setPixelSize(fontSize); painter->setFont(f);