fixed white scrollbar at the info window
This commit is contained in:
@@ -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");
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user