mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-27 19:25:31 -05:00
foo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user