Fixed style for floating QDockWidgets

This commit is contained in:
Klaus Basan
2014-12-03 03:41:28 +01:00
parent 137c310451
commit 0d26a8fd9b
2 changed files with 14 additions and 8 deletions

View File

@@ -217,8 +217,8 @@ namespace BlackGui
void CInfoArea::paintEvent(QPaintEvent *event)
{
Q_UNUSED(event);
CStyleSheetUtility::useStyleSheetInDerivedWidget(this);
CStyleSheetUtility::useStyleSheetInDerivedWidget(this, QStyle::PE_FrameWindow);
QMainWindow::paintEvent(event);
}
void CInfoArea::keyPressEvent(QKeyEvent *event)