Add transparency to the home button

This commit is contained in:
2024-01-28 13:39:30 +01:00
parent 89e53dee5b
commit 9f6cbd3dc5

View File

@@ -22,6 +22,7 @@ public:
this->homeBtn = new QPushButton("", this);
QPixmap pic(":/img/logo_without_background.png", "PNG");
this->homeBtn->setIcon(pic);
this->homeBtn->setStyleSheet("background-color: transparent; border: none;");
this->homeBtn->setIconSize(QSize(249, 51));
this->homeBtn->setFixedSize(QSize(400, 51));