mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Parent bannerCardLabel to avoid popups
This commit is contained in:
parent
08bb18cefe
commit
5238087ddf
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ void DeckPreviewWidget::initializeUi(const bool deckLoadSuccess)
|
|||
colorIdentityWidget = new ColorIdentityWidget(this, getColorIdentity());
|
||||
deckTagsDisplayWidget = new DeckPreviewDeckTagsDisplayWidget(this, deckLoader);
|
||||
|
||||
bannerCardLabel = new QLabel();
|
||||
bannerCardLabel = new QLabel(this);
|
||||
bannerCardLabel->setObjectName("bannerCardLabel");
|
||||
bannerCardComboBox = new QComboBox(this);
|
||||
bannerCardComboBox->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue