mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 05:53:59 -07:00
remove hardcoded white in vde banner widget
This commit is contained in:
parent
94ea574c76
commit
8a73b6d5c9
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ BannerWidget::BannerWidget(QWidget *parent, const QString &text, Qt::Orientation
|
||||||
// Create the banner label and set properties
|
// Create the banner label and set properties
|
||||||
bannerLabel = new QLabel(text, this);
|
bannerLabel = new QLabel(text, this);
|
||||||
bannerLabel->setAlignment(Qt::AlignCenter);
|
bannerLabel->setAlignment(Qt::AlignCenter);
|
||||||
bannerLabel->setStyleSheet("font-size: 24px; font-weight: bold; color: white;");
|
bannerLabel->setStyleSheet("font-size: 24px; font-weight: bold;");
|
||||||
|
|
||||||
layout->addWidget(iconLabel);
|
layout->addWidget(iconLabel);
|
||||||
layout->addWidget(bannerLabel);
|
layout->addWidget(bannerLabel);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue