mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Remove debug prints.
Took 3 minutes
This commit is contained in:
parent
49dea9bcd2
commit
6da1e593fc
1 changed files with 0 additions and 3 deletions
|
|
@ -29,9 +29,6 @@ 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