From 2ed9e475ce9b68b2ce030f976c948683a511538d Mon Sep 17 00:00:00 2001 From: Anakin Date: Mon, 23 Jan 2017 11:57:23 +0100 Subject: [PATCH] fixed white scrollbar at the info window --- QtMeshViewer/Source/FileInfoWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QtMeshViewer/Source/FileInfoWindow.cpp b/QtMeshViewer/Source/FileInfoWindow.cpp index 62c758d..47e19af 100644 --- a/QtMeshViewer/Source/FileInfoWindow.cpp +++ b/QtMeshViewer/Source/FileInfoWindow.cpp @@ -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"); }