]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
fix translucent mis-match
authorgg <chown_tee@proton.me>
Tue, 13 Jan 2026 21:09:27 +0000 (16:09 -0500)
committergg <chown_tee@proton.me>
Tue, 13 Jan 2026 21:09:27 +0000 (16:09 -0500)
src/MainWindow.cpp

index ee26762fd3855cc202b1014909fa6673f1d88263..aae0d535faa6d1dccb06ad077c4d8e35bce8f1a9 100644 (file)
@@ -159,6 +159,7 @@ void MainWindow::initStatusBar() {
     this->statusBar()->addPermanentWidget(m_statusUpdateAvailable);
 
     QWidget *balanceContainer = new QWidget(this);
+    balanceContainer->setAttribute(Qt::WA_TranslucentBackground);
     QHBoxLayout *balanceLayout = new QHBoxLayout(balanceContainer);
     balanceLayout->setContentsMargins(0, 0, 0, 0);
     balanceLayout->setSpacing(0);