From dc14a1ef1762a5ecfdff60ecf6556892c6b66d17 Mon Sep 17 00:00:00 2001 From: Max-Wilhelm Bruker Date: Thu, 11 Jun 2009 19:13:04 +0200 Subject: [PATCH] foo --- cockatrice/src/cardinfowidget.cpp | 2 +- cockatrice/src/messagelogwidget.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); }