fixed white scrollbar at the info window

This commit is contained in:
Anakin 2017-01-23 11:57:23 +01:00
parent cdd6ace701
commit 2ed9e475ce
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ FileInfoWindow::FileInfoWindow(QWidget *parent)
setWindowFlags(Qt::Tool | Qt::NoDropShadowWindowHint);
ui->scrollArea->setStyleSheet("background-color: #ffffff");
ui->scrollArea->widget()->setStyleSheet("background-color: #ffffff");
}