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…
Reference in a new issue