diff options
| author | Tannin <devnull@localhost> | 2015-05-27 20:10:55 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-05-27 20:10:55 +0200 |
| commit | 8d1931bc6b1156debb42201e61618df525eb7a1b (patch) | |
| tree | a09be5532cb6770e58e5453f33c3a9724675ed53 /src/savegameinfowidget.cpp | |
| parent | c05be9f5c3dc1b97d540cf9de7d99d0c0d692db7 (diff) | |
- fix to the look of save game tooltip in dracula theme
Diffstat (limited to 'src/savegameinfowidget.cpp')
| -rw-r--r-- | src/savegameinfowidget.cpp | 2 |
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);
}
|
