Commit dc14a1ef authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

foo

parent 611544b8
......@@ -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);
......
......@@ -150,6 +150,6 @@ MessageLogWidget::MessageLogWidget(QWidget *parent)
{
setReadOnly(true);
QFont f;
f.setPointSize(9);
f.setPixelSize(11);
setFont(f);
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment