make the close button BIGGGGER

This commit is contained in:
ackimixs
2024-02-01 16:09:15 +01:00
parent d9d6c900d2
commit fac4ff7aee

View File

@@ -31,7 +31,8 @@ public:
this->quit = new QPushButton("", this);
this->quit->setIcon(QPixmap(":/img/close.png", "PNG"));
this->quit->setStyleSheet("background-color: red; border: none;");
this->quit->setIconSize(QSize(51, 51));
this->quit->setStyleSheet("background-color: transparent; border: none;");
connect(this->quit, &QPushButton::pressed, this, [=]() {
this->close();