Skip to content
Snippets Groups Projects
Commit 2ed9e475 authored by Anakin's avatar Anakin
Browse files

fixed white scrollbar at the info window

parent cdd6ace7
Branches
Tags
No related merge requests found
......@@ -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");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment