mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 09:33:57 -07:00
Update plate to encompass everything, update font sizes.
Took 10 minutes
This commit is contained in:
parent
bb036fdaed
commit
f37ab34f0f
1 changed files with 3 additions and 3 deletions
|
|
@ -19,17 +19,17 @@ EdhrecApiResponseCardDetailsDisplayWidget::EdhrecApiResponseCardDetailsDisplayWi
|
|||
nameLabel = new QLabel(this);
|
||||
nameLabel->setText(toDisplay.name);
|
||||
nameLabel->setAlignment(Qt::AlignHCenter);
|
||||
nameLabel->setStyleSheet("font-size: 20px; font-weight: bold");
|
||||
|
||||
inclusionDisplayWidget = new EdhrecApiResponseCardInclusionDisplayWidget(this, toDisplay);
|
||||
|
||||
synergyDisplayWidget = new EdhrecApiResponseCardSynergyDisplayWidget(this, toDisplay);
|
||||
|
||||
layout->addWidget(nameLabel);
|
||||
layout->addWidget(cardPictureWidget);
|
||||
|
||||
backgroundPlateWidget = new BackgroundPlateWidget(this);
|
||||
auto plateLayout = new QVBoxLayout(backgroundPlateWidget);
|
||||
|
||||
plateLayout->addWidget(nameLabel);
|
||||
plateLayout->addWidget(cardPictureWidget);
|
||||
plateLayout->addWidget(inclusionDisplayWidget);
|
||||
plateLayout->addWidget(synergyDisplayWidget);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue