diff --git a/cockatrice/src/cardinfowidget.cpp b/cockatrice/src/cardinfowidget.cpp index c77dbdf4..3fc0c16c 100644 --- a/cockatrice/src/cardinfowidget.cpp +++ b/cockatrice/src/cardinfowidget.cpp @@ -10,7 +10,7 @@ CardInfoWidget::CardInfoWidget(CardDatabase *_db, QWidget *parent) cardPicture->setAlignment(Qt::AlignCenter); QFont f; - f.setPointSize(9); + f.setPixelSize(11); nameLabel1 = new QLabel(tr("Name:")); nameLabel1->setFont(f); diff --git a/cockatrice/src/messagelogwidget.cpp b/cockatrice/src/messagelogwidget.cpp index aac57366..ba166e17 100644 --- a/cockatrice/src/messagelogwidget.cpp +++ b/cockatrice/src/messagelogwidget.cpp @@ -150,6 +150,6 @@ MessageLogWidget::MessageLogWidget(QWidget *parent) { setReadOnly(true); QFont f; - f.setPointSize(9); + f.setPixelSize(11); setFont(f); }