summaryrefslogtreecommitdiff
path: root/src/savegameinfowidget.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-05-27 20:10:55 +0200
committerTannin <devnull@localhost>2015-05-27 20:10:55 +0200
commit8d1931bc6b1156debb42201e61618df525eb7a1b (patch)
treea09be5532cb6770e58e5453f33c3a9724675ed53 /src/savegameinfowidget.cpp
parentc05be9f5c3dc1b97d540cf9de7d99d0c0d692db7 (diff)
- fix to the look of save game tooltip in dracula theme
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);
}