Add transparency to the quit button

This commit is contained in:
2024-01-28 13:40:46 +01:00
parent 9f6cbd3dc5
commit 505ea5c6fd

View File

@@ -32,6 +32,7 @@ public:
this->quit = new QPushButton("", this);
this->quit->setIcon(QIcon(":/img/close.svg"));
this->quit->setStyleSheet("background-color: transparent; border: none;");
this->quit->setFixedSize(QSize(51, 51));
connect(this->quit, &QPushButton::pressed, this, [=]() {