fixed white scrollbar at the info window
This commit is contained in:
parent
cdd6ace701
commit
2ed9e475ce
|
@ -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");
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue