summaryrefslogtreecommitdiff
path: root/src/savegameinfowidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/savegameinfowidget.cpp')
-rw-r--r--src/savegameinfowidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/savegameinfowidget.cpp b/src/savegameinfowidget.cpp
index 3a1cdf91..63eefb93 100644
--- a/src/savegameinfowidget.cpp
+++ b/src/savegameinfowidget.cpp
@@ -31,7 +31,7 @@ SaveGameInfoWidget::SaveGameInfoWidget(QWidget *parent)
ui->setupUi(this);
this->setWindowFlags(Qt::ToolTip | Qt::BypassGraphicsProxyWidget);
setWindowOpacity(style()->styleHint(QStyle::SH_ToolTipLabel_Opacity, 0, this) / qreal(255.0));
- ui->gameFrame->setBackgroundRole(QPalette::ToolTipBase);
+ ui->gameFrame->setStyleSheet("background-color: transparent;");
// installEventFilter(this);
}