From 699c8deadd582f56c13fa8981deae40af76aa0d5 Mon Sep 17 00:00:00 2001 From: Lars Bisballe Jensen Date: Mon, 17 Oct 2011 11:59:34 +0200 Subject: Ensured that the entire license and release info label space is now white --- client/aboutbox.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/aboutbox.cc b/client/aboutbox.cc index e4d1ffd..47cc9e3 100644 --- a/client/aboutbox.cc +++ b/client/aboutbox.cc @@ -81,11 +81,13 @@ AboutBox::AboutBox(QWidget *parent, Qt::WindowFlags f): QDialog(parent, f) QScrollArea *releaseInfoScroll = new QScrollArea(); releaseInfoScroll->setWidget(releaseInfo); + releaseInfoScroll->setStyleSheet("QScrollArea { background-color : white; }"); QLabel *license = new QLabel(gplText); license->setStyleSheet("QLabel { font-family: monospace; " "background-color : white; }"); licenseScroll = new QScrollArea(); + licenseScroll->setStyleSheet("QScrollArea { background-color : white; }"); licenseScroll->setWidget(license); connect(licenseScroll->verticalScrollBar(), SIGNAL(sliderPressed()), -- cgit v1.2.3