mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Include default background theme.
Took 49 minutes
This commit is contained in:
parent
3d1e525bdd
commit
2dedb0e808
4 changed files with 16 additions and 1 deletions
|
|
@ -29,6 +29,9 @@ QString HomeStyledButton::generateButtonStylesheet(const QPair<QColor, QColor> &
|
|||
QColor pressed1 = base1.darker(130); // 30% darker
|
||||
QColor pressed2 = base2.darker(130);
|
||||
|
||||
qInfo() << base1.name();
|
||||
qInfo() << base2.toRgb();
|
||||
|
||||
return QString(R"(
|
||||
QPushButton {
|
||||
font-size: 34px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue